@charset "UTF-8";
.body_text_bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.body_text_bold_11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


html {height:100%;}
body {
	height:100%;
	margin:0;
	padding:0;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat;
}
#bg {
	position:Absolute;
	top:0;
	width:100%;
	height:100%;
	z-index: -1;
}
#content {position:relative; z-index:1;}
</style>
<style type="text/css">
html {overflow-y:hidden;}
body {overflow-y:auto;}
#content {position:static;}

.body_padding {
padding: 30px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color:#FFFFFF;
}
}

.page_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background:#000000;
	vertical-align:middle;
}

