body{
font-family : verdana, arial, tahoma;
color: #3d3d3d;
font-size: 10px;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 180px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
color: white;
}

#framecontentLeft{
top:130px;
}

#framecontentRight{
left: auto;
right: 0;
top:120px;
width: 180px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}

#framecontentTop, #framecontentBottom{
position: absolute;
top: 0; 
left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
right: 180px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: black;
}

#framecontentTop{
background-image: url(../images/gradient-top.jpg);
background-color: #fff;
background-position: bottom center;
background-repeat: repeat-x;
bottom: auto;
}

#framecontentBottom{
top: auto;
height: 80px; /*Height of bottom frame div*/
bottom: 0;
background-image: url(../images/gradient-bottom.jpg);
background-color: #fff;
background-position: top center;
background-repeat: repeat-x;
}


#maincontent{
position: fixed; 
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 80px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
right: 180px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background: #fff;
border-top:2px solid #ddd;
border-left:2px solid #ddd;
border-bottom:2px solid #ddd;
border-right:2px solid #ddd;
text-align: justify;
color: #aaa;
font-size: 12px;

}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.toptube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
vertical-align: middle;
text-align: center;
}

* html body{ /*IE6 hack*/
padding: 120px 180px 80px 180px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

.mkg {
color: #C7C7C7; font-family: tahoma; font-size: 9px; text-decoration: none; }
.mkg:link {
color: #C7C7C7; font-family: tahoma; font-size: 9px; text-decoration: none; }
.mkg:hover {
color: #C7C7C7; font-family: tahoma; font-size: 9px; text-decoration: none; }
.mkg:visited {
color: #C7C7C7; font-family: tahoma; font-size: 9px; text-decoration: none; }
.mkg:active {
color: #C7C7C7; font-family: tahoma; font-size: 9px; text-decoration: none; }