#mainContainer {
width: 900px;
min-height: 800px;
height: auto !important;
height: 800px; 
margin: 0 auto;
top: 0;
overflow: hidden;
visibility: visible;
border-top-style: none;
border-right: 2px solid #151515;
border-bottom-style: none;
border-left: 2px solid #151515;
border: none !important;
background-color: #FFC993;
background-image: url('main-content-bg.png');
}

.mainContent {
min-height: 795px;
height: auto !important;
height: 795px; 
}	 

.mainModule {
width: 850px;
min-height: 1075px;
height: auto !important;
height: 1075px; 
margin-left: 25px;
}

.miscModule {
overflow: hidden;
border-right: 1px solid #333333;
}

.mainLogo {
margin-top: -10px;
}