*{
	margin: 0;
	padding: 0;	
	margin-left:auto;
	margin-right:auto;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body{
	text-align: center;
	/*background-color: black;
	color: #999999;*/
}

#c1{
	position: relative;
	text-align: center;
	position: relative;
	width: 800px;
	height: 100%;
	background-image: url(bg.png);
	/*overflow: hidden;*/
}
#c2{
	position: absolute;
	width: 25px;
	height: 100%;
	left: 0px;
	top:0px;
	background-color: #4a4a4a;
}
#c3{
	position: absolute;
	width: 25px;
	height: 100%;
	right: 0px;
	top:0px;
	background-color: #4a4a4a;
}
#c4{
	position: absolute;
	width: 750px;
	height: 300px;
	left: 25px;
	top:0px;
}
#c5{
	position: absolute;
	width: 750px;
	height: 17px;
	left: 25px;
	top:283px;
	background-image: url(topline.png);
	background-repeat: no-repeat;
}
#c6a{
	position: absolute;
	width: 750px;
	height: 777px;
	left: 25px;
	top:0px;
	height: 100%;
	background-image: url(spritz.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#c6b{
	position: absolute;
	width: 750px;
	height: 777px;
	left: 25px;
	top:0px;
	height: 100%;
	background-image: url(spritzb.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#c7{
	position: absolute;
	width: 750px;
	left: 25px;
	top:0px;
	height: 300px;
}
#c9{
	position: relative;
	width: 730px;
	top: 0px;
	left: 0px;
	text-align: left;
}


#c8{
	position: absolute;
	z-index: 200;
	left: 80px;
	top: 10px;
	/*background-color: green;*/
	text-align: left;
	display:none;
	background-image: url(blank.gif);
}

#c8 #list{
	list-style:none;
	margin: 0;
}

#c8 #list a{
	text-decoration:none;
	display:block;
	width:120px;
	height:21px;
	background-color:#313131;
	border:1px solid #313131;
	border-left:4px solid #313131;
	text-align:center;
	padding:0;
	margin:0;
}

#c8 #list a:hover{
	background-color:#313131;
	border:1px solid #4a4a4a;
	border-left:4px solid #4a4a4a;
}

#c8 #list a:visited{}

#c8 #list a.:visited:hover {}

#c8 #list li{
	margin: 2px;
	padding:0px;
	float: left;
}

