html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#666666;
	text-align: center;
	margin: 0;
	text-align: center;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.clearboth {
	clear: both;
}

#wrapper {
	width: 963px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/bg_full.gif) no-repeat;
}

#theMiddle {
	float: left;
	width: 945px;
	margin-left: 9px;
	background-position: 0px 657px;
}

#footer {
	float: left;
	padding: 15px;
}
