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

img {border:0px;}

html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#e4a458;
	padding:0px;
	width:100%;
	background-color:#111111;
}

#content {
	width:800px;
	text-align:center;
	margin:0px auto;
}	

#content a img { margin-top:50px; margin-bottom:10px;}

.enterbutton,.enterbutton:visited {
	font-weight:bold;
	color:#e4a458;
	text-transform:lowercase;
	font-size:24px;
	text-decoration:none;
	letter-spacing:-1px;
}

#footer {
	margin-top:95px;
	height:35px;
	text-align:center;
	color:#000000;
	font-size:24px;
	line-height:35px;
	text-transform:lowercase;
	font-weight:bold;
	letter-spacing:-1px;
	background-color:#e4a458;
}

.copyright {
	text-align:center;
	font-weight:bold;
}