/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	position:relative;
	min-height:390px;
	min-width:880px;
	background:url(../images/intro.jpg) top center;
}
#site {
	width:880px;
	height:390px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-195px;
	margin-left:-440px;
}
#IE6Fix {
	height:390px;
	width:880px;
}
a img {
	border:none;
}
#enter {
	position:absolute;
	top:125px;
	left:380px;
	width:150px;
	height:30px;
}
#download {
	position:absolute;
	top:185px;
	left:380px;
	height:20px;
	width:260px;
}
