@CHARSET "UTF-8";

html, body {
	background:#FFFFFF url(../wallpapers/bg_welle.jpg) no-repeat left top;
    font: normal 12px arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	height: 100%;
}


#jsInfo {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	position: absolute;
	width: 400px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -200px;
	background-color: #FFF;
}

#jsInfo>img {
	float: left;
}

#jsInfo>div {	
	height: 148px;	
	display:table-cell;
	vertical-align:middle;
	position:static;
}

.sanifair {
	font-weight: bold;
}

#infoMessage {
	position: absolute;
	background-color: #FFFFCE;
	height: 80px;
	left: 0px;
	right: 0px;
	top: 30%;
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;	
	margin-top: -50px;
	padding: 10px;
	text-align: center;
	z-Index: 15000;
	display: none;
}

#bottomMessage {
	position: absolute;
	background-color: white;
	color: gray;
	border-top: 1px dotted gray;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
}


#main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.betaIcon {
	display:inline;
    margin:0;
    padding:0;
    width:150px;
    height:150px;
    background-image:url(../images/beta.png) !important;
    background-repeat: no-repeat;
    background-position:center;
}
