body {
 background-image: none;
 background-color: #fff;
 color: #000;
 margin: 0;
 padding: 0;
}

#navWrapper {
 display: none;
}

.rounded {
 -moz-opacity: 1;
 filter: alpha(opacity=100);
}

#titleBlack {
 display: none;
}
#titleWhite {
 display: block;
 position: static;
 margin: 0 auto;
}

#top { margin: 0 auto 0 auto;}
#bottom { margin: 0 auto 0 auto;}


#top .content {
 height: 50px;
}

div.rounded {
 width: auto;
}