body {
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 10px;
	z-index: 0;
}
img {
	border-width: 0;
}
div#load-images {
	display: none;
}
.left {
	position: fixed;
	width: 180px;
	height: 160px;
	left: 50%;
	margin-left: -575px;
	margin-top: 250px;
	z-index: 2;
}
.style1 {
	text-align: left;
	text-indent: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Trebuchet MS;
	font-size: 82.5%;
	color: #000;
}
.style2 {
	text-align: center;
 	font-family: Arial;
 	font-size: 14px;
  	color:#000;
}
.style3 {
	text-align: center;
 	font-family: Arial;
 	font-size: 9px;
  	color:#000;
}
.style4 {
	text-align: center;
	font-family: Verdana;
	font-size: medium;
	color: #000;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
