body {
	background-color: black;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	 font-size: 12px;
	}

* { font-family: Verdana; }

hr.copyright { height: 0px; width: 600px; border: 0px;border-top: 1px solid #444444; }
.mainbox { background-image: url('stupidcar.jpg'); width: 950px; height: 800px; position: relative; }

#linkhome {
	position: absolute;
	width: 220px;
	height: 50px;
	overflow: hidden;
	left: 180px;
	top: 50px;
	}
#carlights { position: absolute; bottom: 0px; left: 0px; }
#content { position: absolute; width: 700px; height: 290px; max-height: 290px; top: 130px; left: 128px;
	text-align: left;
	overflow: auto;
	padding: 5px;
	padding-right: 10px;
 }

li { padding-bottom: 5px; }
 
 #nav {
 position: absolute;
 top: 94px;
 left: 474px;
 }
 

.diag { 
height: 4px; 
width: 98%; 
background-image: url('/diag.gif'); 
background-repeat: repeat-x;
background-position: 0 -1px;
margin-top: 3px; 
margin-bottom: 8px; }
.contentholder { padding-top: 10px; padding-left: 10px; padding-right: 10px; line-height: 18px; }
p { margin: 10px; }
 
#contact { position: absolute; width: 210px; height: 210px; top: 435px; left: 600px; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

input,textarea {
width: 180px; 
background-color: #000000;
border-left: 0px;
border-right: 0px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
color: #ffffff;
font-family: tahoma; }
textarea { height: 40px; }
label { display: block; font-size: 10px; margin-left: 15px; text-align: left; margin-top: 10px; }
img { border: 0px; }

a { color: #33cc99; font-weight: bold; text-decoration: none; }

a:hover { color: #ffffff; }

iframe {
	margin: 10px;
	-webkit-border-radius: 10px;
}

.header {
	font-family: Georgia;
	font-style: italic;
	font-size: 15px;
	margin: 0px;
	}
	

.copyright { 
width: 700px; 
margin: 10px auto;
text-align: center; 
font-size: 10px; 
color: #777777;
 }
 
 .tinykeywords {
font-size: 9px;
color: #555555;
width: 700px;
margin: 10px auto;
}