body
{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #000;
font-family: lucida console;
color: white;
padding-left: 35px;
line-height: 1.8;
}

#maincontent{
position: fixed;
top: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
font-family: lucida console;
font-size: 12px;
background: #000;
color: #fff;
padding-top: 70px;
padding-left: 70px;
}

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

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

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

table {font-family: lucida console; font-size: 12px; color: #fff;}

h1 {
font-size: 31px;
font-family: "Lucida Console", Monaco, monospace;
color: #0066FF;
padding-left: 3px;
}



a.prvi:link {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.prvi:visited {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace; }
a.prvi:hover {color: #990000; text-decoration: none; font-family: "Lucida Console", Monaco, monospace;}
a.prvi:active {color: #0099FF; text-decoration: none; font-family: "Lucida Console", Monaco, monospace;}