body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 140%;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	background-image: url(contactnospam.png);
	background-repeat: no-repeat;
	height: 29px;
	left: 520px;
	position: relative;
	width: 279px;
}
#logo {
	background-image: url(logo.png);
	height: 120px;
	width: 234px;
	position: relative;
	top: -15px;
}
#features {
	background-image: url(features.png);
	height: 119px;
	width: 196px;
	position: relative;
	top: 20px;
	left: 530px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5a5a5a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
}
