body{
	background-color:black;
	background-image:url('images/ice2.jpg');
	background-position:top right;
	background-repeat: repeat-y;
}

.corner{
	position:fixed;
	bottom:0px;
	left:50px;
}
.titlebar{
	position:absolute;
	left:75px;
	top:45px;
	height:18px;
	width:398px;
	}
.content{
	position:absolute;
	left:75px;
	top:70px;
	background-color:#113344;
	font-family:arial;
	width:600px;
	height:355px;
	padding: 6px 6px 6px 6px;
	border-style:solid;
	border-color:#a0a0a0;
	border-width:2px;
	overflow:auto;
	z-index:9;
	-moz-opacity: 0.55;
	opacity: 0.55;
	filter: alpha(opacity=55);
	color:white;
	font-size:small;
	scrollbar-face-color: #a0a0a0;
	scrollbar-track-color: #113344;
	scrollbar-highlight-color: #a0a0a0;
	scrollbar-3dlight-color: #113344;
	scrollbar-darkshadow-color: #113344;
	scrollbar-shadow-color: #113344;
	scrollbar-arrow-color: #113344;
}
a{
	text-decoration:none;
	color:#6696a6;
	}
a:hover{
	text-decoration:underline;
	color:#6fafbf;
	}
a:active{
	color:#7696d6;
	}
a:visited{
	color:064686;
	}
table{
	font-size:smaller;
	}
.menu{
	position:absolute;
	left:75px;
	top:443px;
	z-index:9;
	-moz-opacity: 0.55 ;
	opacity: 0.55 ;
	filter: alpha(opacity=55);
}
