

/* standard ======================= */

body {
color: #F47F24;
background: #F47F24;
font-family: lucida sans unicode, lucida grande, verdana, arial, trebuchet MS, sans;
font-size: 11px;
text-align: center;
margin: 0 auto 0 auto;
padding: 0;
}

#center {
position: absolute;
top: 50%;
left: 50%;
width: 840px;
height: 620px;
margin-top: -315px;
margin-left: -400px;
}

/* classes ======================== */

.mainframe { width: 840px; height: 620px; margin: 0 auto 20px auto; }