body {
    background-color: #111111;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}

img {
	border: 0px;
	padding-bottom: 50px;
}

#main-container {
	width: auto;
	max-width: 1103px;
	min-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#background-top {
	background-image: url(/landing/triplecrown/images/background-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	height: 182px;
	cursor: pointer;
	cursor: hand;
}

#background-bottom {
	background-image: url(/landing/triplecrown/images/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	height: 272px;
	cursor: pointer;
	cursor: hand;
}

#submit-button {
	padding-top: 118px;
	width: 930px;
	padding-left: 50px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#ie6-spacer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 840px;
	padding-left: 70px;
	padding-right: 70px;
	color: #555555;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
}

.clear {
	clear: both;
}
