
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#666666;
	background-image:url(../images/background.png);
	color: #000000;
}


#logo-img {
	position: absolute;
	top: 50px;
	left: 30px;
}

#bd {
	padding: 10px;
	height: 400px;
	overflow: auto;
 }
 
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}