
body
{
	background-image: url(../img/bg-tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #120328;
	font-family: arial;
	font-size: 12px;
	min-height:800px;
	min-width:1000px;
}

a
{
	color: #ffffff;
}

#main {
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

.footer_parent {
	height:1px; 
	width:100%;
	overflow:visible;
	display:block;
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

.footer {
	background-image: url(../img/bg_main_footer.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#110026;
	height:145px;
	width:100%;
	position:absolute;
	min-width:1000px;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

.scroll_content p
{
	margin: 10px;
}

b
{
	font-family: arial;
	font-size: 12px;
}

ol
{
	font-family: arial;
	font-size: 12px;
}
