body{
	margin:0px;
	background: url("../images/subBack.jpg");
}

body * {	
	font: 10px verdana, arial, geneva, sans-serif;
    	color: #ffffff;
}

div.outerWrapper {
	background: url("../images/subBG.gif") repeat-x top;
	position:absolute;
	top:0px;
}	

div.bottomMenu{
	z-index:auto;
	overflow:;
	visibility:visible;
	width:100%;
	text-align:center;
	clear:both;
	position:absolute;
	bottom:0px;
	vertical-align:middle;
	background:#787857;
	line-height:50px;	
	height:50px;
	text-align:center;
}

* html div.bottomMenu{
	bottom:-5px;

}
a.bottomMenuItem{
	color:#CCCCCC;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	font-size:12px;
}

a.bottomMenuItem:hover{
	color:#ffffff;
	text-decoration:none;
}

div.contentWrapper{
	z-index:auto;
	overflow:auto;
	overflow-y:auto;
	width:100%;
	border:0;
	position:absolute;
	top:100px;
	height:100%;
}