/* CSS Document */
body { 
background: #062844;
/*border: green thin solid;*/
font-family: Tahoma;
font-size: 16px;
color: #EBCCC7;
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
z-index:1;
}
a  img{
border:none;
text-decoration:none;
}

a{
color:#FF6600;
font-family: Querround;
color:#FF6600;
font-size:12px;
font-weight:bold;
text-decoration:none;
/*z-index:9999999;*/
}

/*postion*/
#outerContainer {
width:100%;
height:100%;
/*border: green thin solid;*/
margin-left:auto;
margin-right:auto;
z-index:1;
}
#container {
/*border: green thin solid;*/
/*#position: relative;  ie */
display: table; 
height: 100%;  
width:100%;
overflow: hidden;
z-index:1;
}
#innerContainer {
/*border: green thin solid;*/
display: table-cell;
vertical-align: middle;
margin-left:auto;
margin-right:auto;
z-index:1;
}
#splash{
/*border: green thin solid;*/ 
text-align:center;
margin-left:auto;
margin-right:auto;
z-index:1;
}
/*end of position*/
/*items*/
#header {
/*border: green thin solid;*/
/*background:url(../zimages/backgrounds/headerOld.jpg) center center no-repeat;*/
position: relative;
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
z-index:1;
}
#header span {
/*border: green thin solid;*/
display:none;
}
#welcome {
/*border: green thin solid;*/
width:100%;
position: relative;
text-align:center;
margin-top:-109px;
margin-bottom:-109px;
margin-left:auto;
margin-right:auto;
z-index:2222;
}
#flashCheckText {
/*border: green thin solid;*/
width:100%;
height:100%;
}
#footer {
/*background:url(../zimages/backgrounds/footer.jpg) center center no-repeat;*/
/*border: green thin solid; */
position: relative;
width:100%;
height:100%;
margin-left:auto;
margin-right:auto;
z-index:1;
}
#footer span {
/*border: green thin solid; */
display:none;
}
#elements {
/*border: red thin solid;*/
width:100%;
height:24px;
margin-left:auto;
margin-right:auto;
}
#elements a{
padding:2px 2px 2px 2px;
}
#browser{
/*border: green thin solid; */
position:relative;
float:left;
width:49%;
height:100%;
text-align:left;
}
#validator {
/*border: white thin solid; */
position:relative;
float:right;
width:49%;
height:100%;
text-align:right;
}
