@charset "ISO-8859-2";
BODY {
	background-color:#242424;	
}

#bodydiv {
	
	width: 480px;
	height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -240px;

	
}