/* CSS Document */

html, body {
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
	
}
body {
	font-size:76%;
	
}
#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image:url(bumper_car_art/dodgems.jpg);
	
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:2;
	} 
	
#content{
	width: 760px;
	height: 1000px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(bumper_car_art/overlay.png);
	background-repeat: repeat;
	background-position: center top;
	z-index: 1;
	
}
	
#text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 200px;
	position: absolute;
	font-weight: bold;
	width: 740px;
	margin-right: 10px;
	margin-left: 10px;	
}

#fixed {
	position:absolute;
	width:100%;
	z-index:25;
	color:#FFFFFF;
	height: 38px;
	clip: rect(auto,auto,auto,auto);
	background-repeat: repeat-x;	
}
#title{
	height: 143px;
	width: 710px;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	
}

#mobile{height: 20px;
	width: 433px;
	margin-top: 123px;
	margin-left: 320px;
	position: absolute;}
	
	a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.row{
	height: 114px;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	
}
.space{height: 20px;
	width: 740px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	}
.link{height: 114px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 590px;
	position: absolute;
	}
.linktext{
	height: 114px;
	width: 580px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	text-align: justify;
}
#footer{
	Z-INDEX: 1000;
	bottom: 1px;
	position: absolute;
	height: 50px;
	width: 450px;
	
	
	margin-right: 155px;
	margin-left: 155px;
	
	}
#nav-menu li{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#panel{
	
	position: relative;
	height: 240px;
	width: 350px;
	float:right
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#navbar{
	height: 35px;
	width: 460px;
	margin-top: 0px;
	margin-right: 150px;
	margin-left: 150px;
	position: absolute;
	z-index: 500;
}
#navtop{
	height: 35px;
	width: 760px;
	margin-top: 160px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	background-image: url(bumper_car_art/six_0.gif);
}
