html {
    background-image: url( '../images/SkyFull.jpg' );
    background-repeat: no-repeat;
    background-position: center top;
	background-color: #185da8;
	height: 100%;
	min-height: 100%;
	margin:0px;
	font-family: Verdana, sans-serif; 
} 

body {
	position: relative;
    background-color: rgba( 102, 153, 255, 0.6 );
	width: 800px;
	height: 100%;
	top:0;
    margin:0px;
	margin-left: auto;
	margin-right: auto;
    z-index: -2;} 

#languageBar {
    text-align: right;
    padding: 5px 10px 5px 5px; 
}

#languageBar a > IMG {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.panel {
	position: absolute;
	float: right;
	background-color: #185da8;
	border-radius: 5px;
	color: white;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#header {
	width:760px;
	font-size: 50px;
	margin: 0px 10px 10px 10px; 
	padding: 0px 10px 0px 10px; 
    display: inline;
    position: relative;
    float: right;
}

#header img {
    padding: 10px 0px 0px 0px;
}

.super {
    padding: 0px 40px 10px 0px;
/*	vertical-align: 40px; */
    float: right;
}

#header .subheading {
    font-size: 15px;
    left: 130px;
}

.gui {
	position: absolute;
	float: right;
	top: 141px;
	left:10px;}

a {
	color: #fff; 
	text-decoration: none;}
a.button { 
	background-color: #185da8;
	display: block; 
	width: 110px;	border-radius: 5px; 
	font-size: 20px;
	padding: 10px; 
	margin: 0px 10px 10px 0px; 
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

a.button:hover {
	background-color: #2488f5;
	color: #fff;
	text-decoration: none;

}

a.button:active {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.textbox {
	background-color:#185da8;
	width:620px;
	top: 141px;
	right: 10px;
	font-family: Serif;
	font-size: 15px;
	padding: 10px; 
}

.textbox .title {
	font-family: Verdana, sans-serif; 
	font-size: 20px;
	font-style: normal;
	margin: 0px 0px 5px 0px;
}


.wt-rotator {
	margin :0 auto;
}


footer {
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
	color: #ADC4ED;
	font-size: 12px;
	line-height: 2px;
	text-shadow: black 0.1em 0.08em 0.1em;
    z-index: -1;
}

