#preload-01 {background:url(img/buffs-150h.png) no-repeat -9999px -9999px; }
#preload-02 {background:url(img/buffs-150.png) no-repeat -9999px -9999px; }
#preload-03 {background:url(img/wheels-150.png) no-repeat -9999px -9999px; }
#preload-04 {background:url(img/wheels-150h.png) no-repeat -9999px -9999px; }
#preload-05 {background:url(img/disks-150.png) no-repeat -9999px -9999px; }
#preload-06 {background:url(img/disks-150h.png) no-repeat -9999px -9999px; }
#preload-07 {background:url(img/pastes-150.png) no-repeat -9999px -9999px; }
#preload-08 {background:url(img/pastes-150h.png) no-repeat -9999px -9999px; }
#preload-09 {background:url(img/others-150.png) no-repeat -9999px -9999px; }
#preload-10 {background:url(img/others-150h.png) no-repeat -9999px -9999px; }


html { 
  background: url(img/bg.png) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*
body {
	background: url("img/bg.png") no-repeat scroll 0 0 transparent;
}
*/
.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

#full {
/*	background:#ff0000;*/
	width:1024px;
	margin:0 auto;
}
#left {
/*	background:#00ff00;*/
	width:700px;
	float:left;
}
#header {
/*	background:#ff0000;*/
	height:75px;
	text-align:center;
}
#header name {
	font-size:40px;
}
#clock {
/*	background:#00ff00;*/
	height:500px;
	margin-top:50px;
	z-index:5;
}
#logo {
	position:absolute;
	padding-top:10px;
	margin-left:200px;
	z-index:140;
}


#buffs {
	position:absolute;
	margin-top:10px;
	margin-left:50px;
	width:150px;
	height:150px;
	background:url(img/buffs-150.png) no-repeat;
	z-index:150;
}

#buffs:hover {
	position:absolute;
	margin-top:10px;
	margin-left:50px;
	width:150px;
	height:150px;
	background:url(img/buffs-150h.png) no-repeat;
	z-index:150;
}

#wheels {
	position:absolute;
	margin-top:10px;
	margin-left:500px;
	width:150px;
	height:150px;
	background:url(img/wheels-150.png) no-repeat;
	z-index:130;
}

#wheels:hover {
	position:absolute;
	margin-top:10px;
	margin-left:500px;
	width:150px;
	height:150px;
	background:url(img/wheels-150h.png) no-repeat;
	z-index:130;
}

#disks {
	position:absolute;
	margin-top:200px;
	margin-left:50px;
	width:150px;
	height:150px;
	background:url(img/disks-150.png) no-repeat;
	z-index:149;
}

#disks:hover {
	position:absolute;
	margin-top:200px;
	margin-left:50px;
	width:150px;
	height:150px;
	background:url(img/disks-150h.png) no-repeat;
	z-index:149;
}

#pastes {
	position:absolute;
	margin-top:200px;
	margin-left:500px;
	width:150px;
	height:150px;
	background:url(img/pastes-150.png) no-repeat;
	z-index:129;
}
#pastes:hover {
	position:absolute;
	margin-top:200px;
	margin-left:500px;
	width:150px;
	height:150px;
	background:url(img/pastes-150h.png) no-repeat;
	z-index:129;
}

#others {
	position:absolute;
	margin-top:325px;
	margin-left:275px;
	width:150px;
	height:150px;
	background:url(img/others-150.png) no-repeat;
	z-index:120;
}
#others:hover {
	position:absolute;
	margin-top:325px;
	margin-left:275px;
	width:150px;
	height:150px;
	background:url(img/others-150h.png) no-repeat;
	z-index:120;
}



#footer {
	background:#000000;
	color: white;
}

#footer copywright{
font-size: 11px;
}

#footer cogniweb{
font-size: 10px;
float: right;
}

#right {

background: none repeat scroll 0 0 #000000;
border: 2px solid #3A9AFF;
border-radius: 20px 20px 20px 20px;
color: white;
float: right;
padding: 10px;
width: 300px;
text-align:justify;
}
#contactForm {
/*	background:#ff0000;*/
}
#aboutUs {
/*	background:#ff0000;*/
}
#aboutUs header {
	font-size: 20px;
}
#contacts {
/*	background:#ff0000;*/
}
#contacts header {
	font-size:20px;
}

#nav {
	font-size:14px;
}
#nav li{
	float:left;
	margin-left:10px;
	list-style:none;
}

#nav li a:link, 
#nav li a:visited {
text-decoration: none;
	color:#ffffff;
}

#nav li a:hover {
text-decoration: underline;
color: #fdff3a;
}

#nav li a:active {
text-decoration: none;
	color:#ffffff;
}
