/* CSS Document */

body {
	background-color: #000000;
	margin-top: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}
p {
	
	font-size: 0.7em;
	color: #94B9DA;
	margin-top: 8px;
}
a:link, a:visited {
	color: #94B9DA;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	width:200px;
	height:76px;
	border-right:1px solid white;
	color:#fff;
	font-size:18px;
	float:left;
	margin-right:10px;
	padding-right:10px;
}
.info {
	width:770px;
	height:76px;
	color:#fff;
	font-size:10px;
}
.bbContent img {
	padding-bottom:10px;
}
.return{
	left: 400px;
    position: absolute;
    top: 455px;
    z-index: 500;
}
