/* @override http://localhost:8888/css/main.css */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	color: #000000;
	background-image: url(../images/bg.gif);
	height: 100%;
	z-index: 0;
	text-align: center;
}

#wrapper { 
	width: 894px;
	text-align: left;
	margin: 0 auto;
}

a {
	 outline: none;
}

#container {
	 
	width: 894px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	z-index: 1;
}

#top {
width: 894px;
}

#sides {
position: relative;
margin-left: 10px;
padding: 0px;
width: 873px;
min-height: 516px;
background: url(../images/sides3.png);
z-index: 0;
}


#mainbg {
margin-left: 86px;
width: 704px;
z-index: 5;
/* hack for IE6 stupidity */
min-height: 516px; 
height:auto !important;
height:516px;
}


#maincontent  {
position: absolute;
width: 569px;
padding: 0;
top: 10px;
margin: 0 0 0 123px;
z-index: 10;
}


#toprose {
	position: absolute;
	top: 0px;
	margin: 0 0 0 6px;
	z-index: 10;
	padding: 0;
	text-align: left;
}

#ulstars{
	width: 194px;
	height: 285px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: url(../images/stars-ul-t.png);
}

#urstars{
	position: absolute;
	width: 253px;
	height: 245px;
	top: 0;
	right: 0;
	z-index: 1;
	background-image: url(../images/stars-ur-t.png);
}



#bottom {
	display: block;
	width: 894px;
	height: 59px;
	background-image: url(../images/bottom-t.png);	
}

#msroll {
	position: absolute;
	height: 35px;
	width: 114px;
	margin-left: 248px;
	margin-top: -41px;
}

#mlfoot {
	position: absolute;
	height: 16px;
	width: 250px;
	margin-left: 558px;
	margin-top: 13px;
	z-index: 30;
}

.prop {  
	float: right;
	height: 516px;
	z-index: -5;
	width: 1px;
}

.clr {
clear: both;
}

