html, body {
height:100%;
}
#non-footer {
min-height:100%;
}
* html #non-footer {
    height:100%;
}
body{
}

.TopBar {
	position: relative; 
	left:220px; 
	z-index:3; 
	top: 120px; 
	width: 60%
}
.maintext { 
    position: absolute; 
    left:230px; 
    top: 200px; 
    margin: 15px; 
	padding: 1.5cm;
    z-index:3; 
	height:100%;
	width:70%;
}
.mainbg{
	position: absolute; 
    left:350px; 
    top: 200px; 
    margin: 15px;  
    z-index:2; 
	height:100%;
	width:70%;
    filter:alpha(opacity=40);
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;

}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}


span.code {font-family: monospace; color: green;}
span.NavLink {background-image:url(/images/greygranite.gif); color: White; font-weight: bold;}
#footer {
height:50px; 
margin-top:-50px;
}
