body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#main {
	width: 800px;
	margin: 0px auto;
}

#content {
	background: url('images/content_bg.jpg');
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 80px 40px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}

#content a {
	text-decoration: none;
	color: #333;
}

a img {
	border: none;
}