/* CSS Document */

body {
	background-color: #666699;
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 800px;
}
#footer {
	text-align: center;
	position: absolute;
	width: 800px;
	left: -100px;
	top: 240px;
}
#wrapper1 {
	text-align: left;
	padding: 0;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 641px;
	position: relative;
}