body#download {
	background: #000000;
	min-width:750px;
}
#header {
	min-height:150px;
	width:750px;
	border: solid thin black;
	margin: 0px auto;
}
#content-container {
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	width:600px;
}
#content {
	background: #000000;
	width:560px;
	min-height:200px;
	border: solid white;
	border-width: 3px;
	float:left;
	padding: 20px;
	margin:0px auto;
}
#image {
	float:left;
	width:200px;
	height:200px;
	padding-left:30px;
}
#faq {
	padding-top:15px;
	width:600px;
	float:left;
	clear:both;
}
#after-download {
	float: left;
	width:300px;
	height:200px;
}
#after-content {
	padding-top:90px;
}
#footer {
	min-height:15px;
	width:675px;
	position: relative;
	top:-125;
	padding-left:30px;
	margin:0px auto;
}
#forms {
	width:300px;
	float:left;
}
#form-content{
	float:left;
}
#form-left {
	margin-top:5px;
	width:80px;
	float:left;
}
#form-right {
	width:220px;
	float:left;
	padding-bottom:5px;
}
#form-row {
	width:300px;
	float:left;
	clear:both;
}
#buttons {
	float:left;
	width:300px;
	height:20px;
	padding-top:5px;
	padding-bottom:10px;
}
.case-sensitive {
	padding-left:30px;
}
.forms {
	font-family: Times, "Times New Roman";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.faq {
	font-family: Times, "Times New Roman";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.title {
	font-family: Futura, "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.text {
	font-family: Times, "Times New Roman";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#faq a:link {
	font-family: Times, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffff66;
	text-decoration: none;
}
#faq a:visited {
	font-family: Times, "Times New Roman"; 
	font-size: 11px;
	font-style: normal;
	color: #ff9933;
	text-decoration: none;
}
#faq a:hover {
	font-family: Times, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	color: #99cccc;
	text-decoration: none;
}
a:link {
	font-family: Times, "Times New Roman";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #ffff66;
	text-decoration: none;
}
a:visited {
	font-family: Times, "Times New Roman"; 
	font-size: 13px;
	font-style: normal;
	color: #ff9933;
	text-decoration: none;
}
a:hover {
	font-family: Times, "Times New Roman";
	font-size: 13px;
	font-style: normal;
	color: #99cccc;
	text-decoration: none;
}