@charset "UTF-8";
/* CSS Document */

*{margin:0px;
padding:0px;
}

body {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#wrapper{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/bkg2b.jpg);
	background-repeat: no-repeat;
	background-position: center 101px;
	padding-left: 0px;
	padding-right: 0px;
}
#flashwraper{
	height: 580px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
}
#footer{
	height: auto;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	text-decoration: none;
	padding-right: 10px;
}

a, a:link{
	color: #900;
	text-decoration: none;
}
a:hover{
	color: #333;
	text-decoration: none;
}
a:visited{
	color: #999;
	text-decoration: none;
}
