body{
	background-image: url(images/background.jpg);
	background-color: White;
	background-repeat: repeat-y;
	background-position: center;
}
}
wrapper {
	padding: 0px;
	width: 800px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#flashcontent {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	a{
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
	}

.style1 {
	color: #CC3300;
	font-size: 14px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.style4 {
	color: #FF6600;
	font-weight: bold;
}
.style6 {
	font-size: 11px;
	font-variant: small-caps;
}
h1{
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: orange;
	text-transform: uppercase;
}
h2{
	font: normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	text-transform: uppercase;
}
ul{
	display: block;
	list-style-type: none;
}