html {
	height: 100%;
}
body {
	background-color: #FFF;
	text-align: center;
	margin: 0;
	height: 100%;	
}
#mainPanel {
	position: relative;
	width: 929px;
	height: 100%;
	margin: 0px auto;
    text-align: left;
    padding: 0 19px 0 0;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
}
#content {
	position: relative;
	margin-top: 30px;
	margin-left: 19px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#contentImage {
	position: absolute;
	top: 0;
	right: 0;
}
h1 {
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #0078c1;
	margin: 0 0 30px 0;
}
#button {
	display: block;
	margin-top: 30px;
	margin-left: 76px;
}
#footer {
	position: relative;
	margin-left: 19px;
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/footer.gif);
}
#footer span {
	position: absolute;
	top: 79px;
	left: 373px;
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D31145;
}
#footer span a {
	font-family: Helvetica, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D31145;
	text-decoration: none;
}
#footer span a:hover {
	text-decoration: underline;	
}
#footer img {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
