#Wrapper {
	height: auto;
	width: 700px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	margin: 0px;
}
#shadow {
	width: 710px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-color: #CCCCCC;
	height: 200px;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../design/footer/footerbg.jpg);
	background-repeat: repeat-x;
}

