﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

.portbody
{
	background-image: url('images/img_bwbackground.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#popitmenu{
position: absolute;
background-color: white;
color: white;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #00FF00; /*#CCFF9D;*/
}

#scrollbox {width:950px; height:420px; overflow:auto;}
#thumbs {width:100%; }
