body {
  font-family: Arial, Sans-serif;
  color: #5A5252;
  line-height: 12px;
  /*background-image: url(/images/bg.jpg);
  background-repeat: repeat;*/
}


#loader {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#loader .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(/images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
a {text-decoration:none}
a:hover{
 text-decoration: none
}



header h1 {
  font-size: 40px;
  letter-spacing: 2px;
  margin: 0;
  color: #fff;
}


#logo_back{
	display:block;
	width: 100%;
	height: 100px;
	position: absolute;
	top:0px; 
	left:0px;
}
