body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
background-color: black;
background-image:url("background.jpg");
background-repeat:no-repeat;
background-position: 0% 0%;
background-attachment:fixed;

}

#framecontentLeft{
position: absolute;
top: 25px;
left: 0;
width: 250px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: transparent;

}

#framecontentTop{
position: absolute;
top: 0;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 25px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: transparent;
}

#framecontentBottom{
position: absolute;
opacity: 0.5;
top: auto;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;
right: 0;
height: 25px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #666666;
}

#maincontent{
position: absolute;
top: 0px; /*Set top value to HeightOfTopFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0px;
bottom: 25px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
}

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

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


* html body{ /*IE6 hack*/
padding: 55px 0 120px 160px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
width: 100%;
}

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

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



/*font*/

#framecontentLeft ul li
{
color: ivory;
font-family: Verdana, Geneva, Helvetica, sans-serif;
/*font-variant: small-caps;*/
font-weight: bold;
font-size: 0.60em;
list-style-type: none;
padding-left: 0px;
margin-left: 0px;
text-transform:uppercase;
}

#framecontentLeft a:link
{
color: black;
text-decoration: none;
}

#framecontentLeft a:visited
{
color: black;
text-decoration: none;
}

#framecontentLeft a:hover
{
color: ivory;
text-decoration: none;
opacity: 0.8;
}

#framecontentLeft a:active
{
color: black;
text-decoration: none;
}

#maincontent p
{
color: ivory;
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-weight: bold;
font-size: 0.6em;
margin-left: 500px;
float: left;
}


#framecontentBottom p
{
color: white;
font-weight: bold;
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 0.6em;
padding-bottom: 20px;
}