html,body{
	margin:0; padding:0;
	height:100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px; 
	background:url(../../img/layout/bg.jpg) repeat;
	text-align: center;
}

div, td, span, p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;color:#cccccc;
	line-height:18px;
}
hr{
	border:1px solid #000;
}

form{margin:0px;padding:0px;}
input{border:1px solid #CCCCCC;}
img {border:0px;}


a{margin: 0 10px 0 10px}
a:link, a:visited {color:#666666;text-decoration:none;}
a:hover {color:#000033;text-decoration:underline;}

.main_bg{
	position:relative; 
	background:url(../../img/layout/splash/frame.png) no-repeat;
	width:847px; 
	height:549px; 
	margin:0 auto;
	clear: both;
	padding: 16px 0 0 1px;
}
#image_rotate{
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

* html .main_bg{
	margin-left: 100px;
}

.logobg{
	background: url(../../img/layout/splash/smallframe.png) no-repeat;
	width:315px; 
	height:218px; 
	position:absolute; 
	left:-140px; 
	top:170px;
	padding:16px 0 0 19px;
	color:#666666;
    z-index: 100; 
} 
.logocontainer{
	background: #fff;
	width:277px; 
	height:184px; 
}
.logocontainer img{
	margin: 0 0 20px 0;
}


#floater {
	position:relative; 
	float:left;
	height:50%; 
	width: 100%; 
	text-align: left;	
	margin-bottom:-274px;
}

