html,body {
margin:0;
padding:0;
height:100%; 
font-family: Arial, sans-serif;
background: url(/images/SiteImages/background.png) repeat-x;
background-color: #EBEBEB;
}

div#container {
position: relative;
width:839px;
margin-left: auto;
margin-right: auto;
background: url('/images/SiteImages/header-bg.png') top no-repeat;
}

div#instructions {
    position: absolute;
    top:75px;
    right:45px;
    color: red;
    font-size: 12px;
}

div#footer {
position: absolute;
top:505px;
left:150px;
background-color: transparent;
color: white;
font-size: 12px;
height: 50px;  /* amount of space for simplex logo*/
text-align:center;
}

div#footer img {
border:0;
vertical-align: middle;
}

div#footer a {
text-decoration:none;
}

div#logo {
position: absolute;
top:50px;
left:20px;
height: 112px;
width: 197px;
background: url('/images/SiteImages/xsat_logo.png') no-repeat;
}

div#region
{
position: absolute;
top:75px;
left:250px;
}
.clear {
clear: both;
}

