/* CSS Document */


html {width:100%;}

body {
	margin:0px;
	padding: 0px;
	background-image:url(pages/images/bg.png);
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat:repeat;
	width:100%;
}
#preloader {
position:absolute; 
background-color:#181818; 
height:100%; 
width:100%;
display:none;
z-index:500;


}

#preloadIMG {
position:absolute;
left:50%;
width:20px;
margin-left:-10px;
height:20px;
top:200px;

}
