body {
	background-color: #0a0605;
	font: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 780px;
	margin: auto;
	height: 518px;
	background-color: #0d0c0a;
	border: 1px solid #FFFFFF;
	background-image: url(../images/speedometer4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container h1{
	display: none;
}
#container h3{
	display: none;
}
#designedby {
	width: 766px;
	margin: auto;
	font-size: 90%;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#designedby a {
	color: #666666;
	text-decoration: none;
}
#designedby a:hover {
	color: #fff;
	text-decoration: none;
}
