#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: 1060px;
height: auto !important;
height: 1060px; 
}	 

.mainModule {
min-height: 1000px;
height: auto !important;
height: 1000px; 
}

.miscModule {
height: 1000px;
overflow-y: auto;
overflow-x: hidden;
}

.miscModule span {
font-size: 12px !important;
}

.mainLogo {
margin-top: 20px;
}