@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;
}

body {
	background-color:#fffefe;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#container-front {
	background-image:url(../images/front-logo.png);
	width:588px;
	height:315px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-295px;
	margin-top:-250px;
}

#enterbutton {
	margin:200px 0 0 425px;
	width:130px;
	height:46px;
	position: fixed;
}