HTML {
	height:100%;
}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	background-color: #FFF2B3;
	background-image:url(../images/home_bg.jpg); 
	background-repeat:repeat-x;
}

body, TD, TH, DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #3B3000;
}

INPUT, SELECT, TEXTAREA
{
	TEXT-DECORATION: none; 
	font-family: Tahoma, arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #3B3000;
}

#container 
{
	position:absolute;
	top: 50%;
	left: 0;
	color:#fff;
	font-weight:bold;
	width:100%; 
	height:228px;
	padding:0;
	background:#8a9;
	margin-left:0px;
	margin-top: -114px;
}

#loadinglayer
{
	position:absolute;
	top: 50%;
	left: 50%;
	width:220px; 
	height:40px;
	padding:0;
	margin-top: -20px;
	margin-left:-110px;
}

a {
	text-decoration: none;
}
a:link {
	color: #3B3000;
}
a:visited {
	color: #3B3000;
}
a:hover {
	color: #564600;
}

#fixedheighttitle {
	height: 40px;
	overflow: hidden;
}

#fixedheight {
	height: 85px;
	overflow: hidden;
}

