body {
	background-color: #444444;
	text-align: center;
}
#container {
	background-color: #333333;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	width: 780px;
	border: medium double #CC3300;
}
#main {
	background-color: #444444;
	width: 750px;
	border: thin solid #FF6666;
	margin: 15px;
}



