* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	background: #fff;
}
.clear {
	clear: both;
}
#container {
	width: 948px;
	margin: 20px auto;
	position: relative;
}


h1 a {
	display: block;
	height: 102px;
	width: 368px;
	background: url('../img/logo.png') no-repeat;
	text-indent: -9000px;
}

h2 {
	height: 479px;
	width: 948px;
	background: url('../img/header.png') no-repeat;
	text-indent: -9000px;	
}

#features {
	list-style: none;
	color: #777;
	font-style: italic;
	color: #666;
	width: 350px;
	font-size: .875em;
	position: absolute;
	top: 320px;
	left: 20px;
}

#features li {
	padding-left: 30px;
	background: url('../img/check.png') no-repeat left 2px;
	padding-bottom: 15px;
}
#signup, #signup:visited {
	display: block;
	color: #069;
	font-weight: bold;
	position: relative;
	margin: 20px 0 20px 50px;
}
#vs_standard_shared {
	width: 464px;
	float: left;
	margin-right: 10px;
}
table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 20px;
}
td, th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 20px;
}
th {
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: .875em;
}
td {
	text-align: center;
}
h3 {
	margin-top: 20px;
}
#vs_standard_shared h3, #is_it_for_me h3 {
	text-indent: -9000px;
	width: 211px;
	height: 43px;
}
#vs_standard_shared h3 {
	background: url('../img/vs_standard_shared.png') no-repeat;
}
#is_it_for_me {
	width: 464px;
	margin-left: 10px;
	float: right;
}
#is_it_for_me h3 {
	background: url('../img/is_it_for_me.png') no-repeat;
}
#questions {
	border: 1px solid #ccc;
	margin-left: 20px;
	padding: 20px;
	background: #f8f8f8;
}
.instructions {
	color: #666;
	font-size: .75em;
}
#questions ul {
	margin-top: 20px;
	font-size: .875em;
}
#questions li {
	list-style: none;
	margin-bottom: 20px;
}
#questions label {
	padding-left: 5px;
	position: relative;
	top: -1px;
}
#result {
	font-weight: bold;
	font-size: .875em;
	position: relative;
}
#result img {
	position: absolute;
	top: -4px;
	left: 120px;
}
#answer {
	color: #069;
}
#footer {
	clear: both;
	text-align: right;
	font-size: .75em;
	color: #ccc;
	padding-top: 40px;
}
