body {
	font-size:100%;
	line-height: 100%;
}

a img {border: none} 

.maincontainer {
	clear: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
	width: 840px;
	position: relative;
	visibility: visible;
	top: 10px;
	margin-left: 20px;
	margin-top: 7px;
}

.container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	position: static;
	clear: left;
}

.pane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	line-height: 1.7em;
	color: #666666;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009DE0;
	border-right-color: #009DE0;
	border-bottom-color: #009DE0;
	border-left-color: #009DE0;
	/*background-color: #FFFFFF;*/
	background-color: rgba(255, 255, 255, 0.9);
	height: 489px;
	width: 800px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

.pane_textblock_left {
	text-align: left;
	float: left;
	width: 400px;
	position: relative;
	padding-right: 10px;
	height: 360px;
	overflow: hidden;
}

.pane_textblock_right {
	text-align: left;
	float: right;
	width: 360px;
	position: relative;
	padding-left: 10px;
	height: 360px;
	overflow: hidden;
	top: 100px;
}

.pt_text_cyan {
	color: #009DF4;
}

.container_floatleft {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	position: static;
	clear: none;
	float: left;
}

.container_floatright {

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	position: static;
	clear: none;
	float: right;
}

.container_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	color: #009DF4;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	left: 67px;
	font-weight: bold;
}

.container_reloadbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6875em;
	color: #009DF4;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	right: 30px;
	font-weight: bold;
}

a.reloadbutton:link {color: #009DF4; text-decoration: none}
a.reloadbutton:visited {color: #009DF4; text-decoration: none}
a.reloadbutton:hover {color: #009DF4; text-decoration: none}
a.reloadbutton:active {color: #009DF4; text-decoration: none}

.wrapper {
	position: absolute;
	width: 99%;
	height: 99%;
}


#bg_rotator {
	background: url(../images/bg_images/rotate.php) no-repeat fixed center center;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	visibility: visible;
	height: 100%;
	width: 100%;
	z-index: 0;
}