/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/shared/bg_expander.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	height: 100%;
	text-align: center;
}

#header {
	color: #FFFFFF;
}
#content {
	color: #FFFFFF;
	height: 520px;
}
#footer {
	background-color: #FFFFFF;
}
a {
	color: #FFFFFF;
}

