body {
	margin: 0;
	padding: 0;
	background-color: #1d1d1d;
	font: 12px Geneva, Arial, Helvetica, Verdana, sans-serif;
	color: #999;
}
div#wrapper{
	margin: 0 auto;
	padding: 0;
	height: 566px;
	width: 100%;
	background-color: #aed136;
}
div#centerdiv{
	margin: 0 auto;
	padding: 0;
	width: 911px;
	height: 566px;
	background: #fff url(images/slimg.jpg) no-repeat center center;
	text-align: center;
}
div.bar{
	margin: 0 auto;
	padding: 0;
	height: 35px;
	width: 905px;
	background: url(images/bar.jpg) repeat-x bottom;
}
div.top{
	padding-top: 84px;
	margin-bottom: 2px;
}
div.bottom{
	margin-top: 2px;
}
p.caption {
	font-size: 9px;
	margin: 3px 10px;
	padding: 0px;
	text-indent: 0px;
}
div#enter{
	text-align: right;
	padding: 22px 50px;
}
div#enter a{
	font-size: 30px;
	text-transform: lowercase;
}
a:link, a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover, a:active {
	color: #222;
}
a img { border: none; }
.hidden { display: none; }
.clear { clear: both; height: 0px; }

#footer {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	clear: both;
	font: 11px Geneva, "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
