html,
body {
	
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background-color:#010d18;
	background-image:url(../_img/bg_repeat.jpg);
	background-repeat:repeat-x;

}

#site {
	
	float:left;
	width:100%;
	height:100%;
	background-image:url(../_img/bg.jpg);
	background-repeat:no-repeat;
	
}