html{
	background-color: #fff;
  text-align: center;	
}
body{
	width: 988px;
	height: 3000px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
ul{
    margin: 15px;
}
li
{
list-style-type: circle;
	list-style-position: inside;

}
p{
    margin: 10px;
}
h1,h2,h3{
	font-weight: bold;
	color: #db1817;
    clear: both;
    margin: 20px 0 40px 0;
}
h1{
	font-size: 30px;	
}
a {
	color: #db1817;
	text-decoration: underline;
}
a img{
	border: 0;
}
strong{
	font-weight: bold;
}
.centered{
	text-align: center;
	margin: auto;
}
.left {
    float: left;
    margin: 5px 15px 0 0;
}
#logo{
	text-align: left;
	padding: 50px 0px 20px 30px;
}
#logo em{
	font-style: italic;
}
#logo img{
    margin-bottom: 10px;
}
#getit{
	font-size: 20px;
	position: absolute;
	left: 470px;
	top: 425px;
	width: 400px;
	height: 200px;
	text-align: left;
}
#getit p{
	margin: 5px;
}
#getit table{
    width: 60%;
	  text-align: left;
	  margin-top: 5px;
    margin-left: 110px;
}
#getit td{
	text-align: center;
}
#getit .textField{
	width: 247px;
	border: 1px solid #ccc;
}
#getit .imageField{
	margin: 4px;
}
#content{
	text-align: left;
	position: absolute;
	width: 910px;
	left: 39px;
	top: 680px;	
}
#footer{
    margin: 40px 0 40px 0;
    text-align: center;
    font-size: 14px;
}
