body {
	color: #ffffff;
	font: 12px/15px "Gill Sans", Helvetica;
	background-color: #fff;
}

img { 
	border: none;
}

#background {
	width: 560px;
	height: 200px;
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: -40px;
	margin-left: -280px;
}

div#background img {
	position: absolute;
	display:none;
	width: 560px;
	height: 80px;
}

.contentbox {
	width: 38px;
	height: 28px;
	position: absolute;
	top: 80%;
	left:70%;
	margin-top: -40px;
	margin-left: -280px;
	
}

/* @group fonts */

.black {
	color: #000;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.link_black {
	color: #000;
	text-decoration: underline;
}

a.link_black:hover {
	color: #fff;
	text-decoration: none;
}


/* @end */