body {
	font-size:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background-image:url('/images/main_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
#container {
	margin:0 auto;
	text-align:left;
	width:960px;
}

#content {
	background-color:#fde69a;
	overflow:auto;
	background-image:url('/images/bg.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}

#left {
	width:560px;
	float:left;
}

#left img {
	margin-left:10px;
}

#left table {
	margin-left:10px;
	margin-right:10px;
}

#right {
	width:400px;
	float:left;
	background-image:url('/images/box.jpg');
	background-repeat: no-repeat;
	margin-top:10px;
}

#footer {
	height:32px;
	background-image:url('/images/footer.jpg');
	position:relative;
}