@charset "utf-8";

html, body {
height: 100%;
margin: 0;
padding: 0;
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}
#content {
	position:relative;
	z-index:1;
	top: 0px;
	left: 35px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	width: 1000px;
}

html { overflow-y: hidden; }
#content tr td #address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#content tr td #body_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}


body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }

#content tr td table tr td ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	list-style-type: none;
	word-spacing: 5px;
	list-style: none;
	color: #FFF;
}


#content tr td table tr td ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	list-style: none;
	display: block;
}
a:hover {
color: #C00;
	text-decoration: none;
}


#content tr td #body_content a {
	color: #FFF;
}

#footer {
	font: 10px Verdana, sans-serif;
	clear: both;
	border-top: 1px solid #000;
	padding-bottom: 5px;
	text-align: center;
}

#footer p {
	color: #FFF;
	padding-top: 5px;
}

