body {
	background-color: #220504;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	text-align: center;
} 
#container {
	background-image: url(bg.jpg);
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.style1 {
	color: #999999;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #999999;
	font-style: italic;
	}
