html, body {
	margin: 0px;
	height: 100%;
}
#wrapper {
	width: 860px;
	height: 100%;
	margin: 0 auto;
}
#left-container {
	min-height: 100%;
	_height: 100%;
	width: 280px;
	float: left;
	margin: 0 auto;
	background-color: #e5e5e5;
	background-image: url(../images/logo-bottom-grey.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo-top.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 140px;
	width: 280px;
}
#button {
	height: 96px;
	width: 280px;
	background-color: #FFFFFF;
}
#image {
	height: 187px;
	width: 280px;
}
#right-container {
	min-height: 100%;
	_height: 100%;
	width: 570px;
	float: right;
	margin: 0 auto;
}
#header {
	height: 19px;
	width: 570px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	padding-top: 70px;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
#header a:hover {
	color: #000000;
}
#buttons {
	height: 96px;
	width: 570px;
	margin-top: 50px;
}
.button-margin {
	margin-left: 10px;
}
#content {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 40px;
	line-height: 2em;
	text-align: left;
}
#footer {
	height: 24px;
	width: 570px;
	margin-top: -25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
}
