/* CSS layout for top frame */


body {
margin: 0px;
padding: 0px;

}

#topBar {
margin: 0px auto;
width:850px;
background-color: #fff;
min-height: 5px;
height: 5px;
margin-top: 20px;
margin-bottom: 10px;
}

