html {
	height: 100%;
}
body,td,th {
	font-family: Courier New, Courier;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom center;
	margin:0;
	padding:0;
	text-align: center;
}
img {
	border:0;
}

a:link {
        color: #fff;
}
a:visited {
        color: #fff;
}
a:hover {
        color: #fff;
}
a:active {
        color: #fff;
}

.ternheimV3 #container {
	width:750px;
	height:100%;
	margin:0 auto;
	border-width:0;
	text-align: left;
}
.ternheimV3 #logo {
	text-align:center;
	margin:10px 0 0 0;
}
.ternheimV3 #mainmenu {
	text-align:center;
	margin:10px 0 10px 0;
}
.ternheimV3 #mainContent {
	margin:0 80px 0 80px;
	height:300px;
}

.ternheimV3 #LayerAdmin {
	position: absolute;
	top:10px;
	left:10px;
}
.ternheimV3 #flags {
        position: absolute;
        top:10px;
        right:10px;
}

/* jScrollPane defaults */
#mainContent .jScrollPaneTrack {
	background: #111;
}       
#mainContent .jScrollPaneDrag {
	background: #fff;
}

#mainContent #paneContainer {
	width:575px;
}
#mainContent #pane {
	position:absolute;
	top:0; left:0;
        height:300px;
	width:575px;
        overflow:auto;
	text-align:left;
}
