* {
	font-family:Verdana, Arial;
	font-size:12px;
	color:#FFF;}

body {
	background-color:#000;
	margin:0;}

.header {
	font-family:Arial, Verdana;
	font-size:16px;
	color:#FFF;
	font-weight:bold;}

#container {
	width:760px;
	height:600px;
	margin-left:auto;
	margin-right:auto;}

#top {
	width:100%;
	height:73px;
	position:relative;
	background:url('images/head.gif');}

#bottom {
	width:100%;
	height:147px;
	position:relative;}
	
	#bottom div.submenu {
		position:absolute;
		top:10;
		padding-top:70px;
		display:none;}

		#bottom div.submenu ul {
			list-style:none;
			margin:0;
			padding:0;}

			#bottom div.submenu ul li {
				background-color:#231006;			
				padding:5;
				cursor:pointer;
			}

			#bottom div.submenu ul li:hover {
				background-color:#cfbfb0;
				color:#000;
			}

	#bottom #strykers_sub {
		width:100px;
		height:85px;
		left:32;
		}
		
	#bottom #spareroom_sub {
		width:100px;
		height:60px;
		left:115;
		}
		
	#bottom #lanes_sub {
		width:100px;
		height:95px;
		left:230;
		}
		
	#bottom #menu_sub {
		width:100px;
		height:150px;
		left:560;
		}

	#bottom #contact_sub {
		width:100px;
		height:150px;
		left:670;
		}

#middle {
	width:100%;
	height:355px;
	position:relative;}

	#middle #contentback{
		background-color:#000;
		filter:alpha(opacity=90);
		border:1px solid #999;
		width:350px;
		height:250px;
		position:absolute;
		right:50px;
		top:69px;
		z-index:100;}

	#middle #content{
		padding:10px;
		width:330px;
		height:250px;
		position:absolute;
		right:50px;
		top:69px;
		z-index:101;}
