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

body,html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(images/bodyBgr.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #005b3b;
}
#flash {
	width: 1000px;
	height: 550px;
	margin: 0px;
	padding: 0px;

}
.footer {
	width: 1000px;
	text-align: center;
	line-height: 24px;
	height: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	display: none;
	visibility: hidden;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #fff200;
}
.logo
{
    background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 449px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 7px;
}
.note
{
	margin: 25px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
}