html {
 min-height: 100.1%;
 overflow:-moz-scrollbars-vertical;
}

body {
 margin: 0;
 padding: 0;
 border: 0;
 background: url(../img/bgbody.gif);
 background-position: top;
 background-repeat: repeat-y;
 text-align:center;
}

#wrapper {
 text-align:left;
 width:704px;
 margin:auto;
}

#header {
 height:164px;
 margin: 0 0 6px 0;
}

#menubar {
 height:25px;
 width:704px;
}

#content {
 background: #D5D5D5;
 overflow:hidden;
 width:704px;
}

#left {
 background:#D5D5D5;
 width:554px;
 text-align:left;
 border-right:150px solid #D5D5D5;
 margin-right:-150px;
 float:left;
}

#right {
 background-color:#D5D5D5;
 width:150px;
 float:left;
}

#footer {
 height: 104px;
 background: url(../img/footer.gif);
 margin:0;
}
