/** style.css **/
html{ overflow:hidden; }
body{
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
	background-color:#000;
}

#background{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}

#site{
	position:relative;
	text-align:left;
	z-index:10;
	top:0;
	left:0;
}
#href{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	height:100%;
	width:100%;
	display:block;
	background: url(../../images/pix.gif) repeat-x center top;
}