/*******************************************************************************
**
**  ANATOLY IVANOV / DESIGN
**
**  http://www.anatolyivanov.com/
**
**  Copyright (c) Anatoly IVANOV .com, all rights reserved - subject to and
**  governed by French and international intellectual property law
**
**
*******************************************************************************/




/* RESET defaults to needed zero values */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  -ms-font-kerning: normal;
  -o-font-kerning: normal;
  font-kerning: normal;
}


/* SET DEFAULT background */

body {
  background-color: rgb(0, 0, 0);
  background-repeat: no-repeat;
}
