#mainContainer {
width: 900px;
min-height: 900px;
height: auto !important;
height: 900px; 
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: 900px;
height: auto !important;
height: 900px; 
}	 

.mainModule {
min-height: 850px;
height: auto !important;
height: 850px;
margin-top: 30px;
}

.miscModule {
width: 600px;
margin: 0 auto;
padding-top: 20px;
}

.mainLogo {
margin-top: -10px;
}