html, body{
color:#515151;
margin:0; padding:0; border:0;
overflow:hidden;
}

h1{
width:100%;
text-align:center;
}

a{
color:#999999;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

a:hover{
text-decoration:underline;
}

#logo{
position:absolute;
left:35px;
top:15px;
width:419px;
height:72px;
background-image:url(logo.gif);
z-index:2;
}

#finstsmm{
position:absolute;
left:460px;
top:75px;
width:59px;
height:11px;
background-image:url(finstsmm.gif);
background-repeat:no-repeat;
z-index:2;
}

#carl{
position:absolute;
right:35px;
top:5px;
width:104px;
height:86px;
background-image:url(carl.gif);
z-index:2;
}

#top{
position:absolute;
height:25px;
left:0px;
right:0px;
top:91px;
background-image:url(fade.gif);
background-repeat:repeat-x;
padding-left:40px;
padding-top:2px;
color:#FFFFFF;
font-size:13px;
z-index:2;
}

*html #top{
width:100%;
}

#top a{
color:#FFFFFF;
text-decoration:none;
font-weight:normal;
}

#top a:hover{
text-decoration:underline;
color:#FFFFFF;
}

#content{
position:absolute;
left:0; right:0;
padding-left:35px;
padding-right:35px;
top:116px;
bottom:20px;
overflow:auto;
z-index:1;
font-size:18px;
scrollbar-base-color: #999999;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #515151;
}

#bottom{
text-align:center;
font-size:12px;
position:absolute;
height:20px;
left:0px;
right:0px;
bottom:0px;
background-image:url(fade2.gif);
background-repeat:repeat-x;
color:#FFFFFF;
width:100%;
z-index:2;
}

* html #content{
	top:0; left:0; right:0; bottom:0;
	height:100%; max-height:100%; width:100%;
	overflow:auto; position:absolute;
	z-index:1;
	border-top:116px solid #fff;
	border-bottom:20px solid #fff;
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}