html
{
    width: 100%;
    height: 100%;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #FFFFFF;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat-x;
    background-position: top left;
    width: 100%;
    height: 100%;
}

form
{
    padding:0px;
    margin:0px;
}

a img
{
    border: none;
}

.clear
{
    clear:both;
}

.js_warning
{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -141px;
	text-align: center;
	z-index: 2;
}

.noflashwarn
{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -141px;
	text-align: center;
}

#footer
{
	width: 960px;
	height: 100px;
	position: absolute;
	z-index: 100;
	top: 1073px;
	left: 50%;
	margin-left: -480px;
	text-align: center;
}

.footer_text
{
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #666666;
	font-size: 11pt;
}

.footer_text p
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.footer_text a:link,
.footer_text a:active,
.footer_text a:visited,
.footer_text a:hover
{
	color: #666;
	text-decoration: underline;
}