body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
.menu {
	color: #CCCCCC;
	text-align: right; 
	width: 100%;
	background-image:url(images/bar.jpg);
	height: 20px;
}
.clear {
	width: 100%; 
	clear: both;
}
#containertop {
	width: 990px; 
	border: black 1px solid; 
	background-color:#FFF; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
}
#containerbottom {
	width: 990px; 
	border: black 1px solid; 
	background-color:#000; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
}
