* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	text-align: center;
	background: url(../img/suinc_bg_repeat.gif) repeat;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px; /* the bottom margin is the negative value of the footer's height */
  background: url(../img/suinc_page_bg.gif) repeat-y;
  	position: relative;
	width: 820px;
	font-size: 0.75em;
	text-align: left;
}
.header {
	height: 104px;
	background: url(../img/spaceupdate_header.jpg) no-repeat 12px 2px;
}
.content {
	margin: 10px 20px;
	width: 780px;
	height: 100%;
	background-color: white;
}
.footer, .push {
	height: 30px;
}
.footer {
	position: relative;
	width: 796px;
	background-color: #bfbfbf;
	margin: 0 auto;
}
.footer a:link, a:visited {
	color: #666666;
	text-decoration: none;
	border: 0;
}
.footer a:hover {
	color: #181818;
	text-decoration: none;
}
.footer a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 796px;
	padding: 0;
	color: #666666;
	line-height: 1.25em;
	font-size: 0.9em;
	text-align: center;
}

