body {
	margin: 0;
	background: url(../images/bg.jpg) repeat;
}

a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

.style1 {
	color: #FFFFFF;
	font-size: 10px;
}

.style5 {
	font-family: Arial, Helvetica, sans-serif;
}

.bg {
	background: url(../images/main.jpg);
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 951px;
	height: 594px;
	margin: -290px 0 0 -475px;
}