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




Body {	background: url(images/test_bg.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #fff;
}
A:link { text-decoration: none; color:#FFF; }
A:visited { text-decoration: none; color:#FFF; }
A:hover { text-decoration: none; color:#FFF; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}
#wrapper{
	margin: 0px auto;
	padding: 15px;
	background-color: #CCCCCC;
	width: 900px;
	height: auto;
	border: solid thin;
	border-color: #666666;
	left: 102px;
}
#logo {
	margin: 0px auto;
	background: url(images/top.jpg) no-repeat;
	height: auto;
	width:	804px;
}
#nav {
	margin: 0px auto;
	width: 804px;
	margin-left: 300px;
	margin-top: -90px;
}

#main {
	margin: 0px auto;
	background: url(images/middle.gif);
	width: 804px;
	height: auto;
}

#bottom {
	margin: 0px auto;
	background: url(images/bottom.gif) no-repeat;
	height: 40px;
	width: 804px;
}
#game {
	margin: 0px auto;
	background-color: #000099;
	width: 600px;
	height: auto;
}
#slideshow {
	margin: 0px auto;
	background-color:#000000;
	width: 804px;
	height: 230px;
}
