body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #EEE;
	margin: 0px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	line-height: 21px;
	text-align: center;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	float: left;
	width: 760px;
	height: 220px;
}
#main {
	background-color: #FFF;
	float: left;
	width: 760px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 40px;
}

