@charset "utf-8";
body {
	font-family: Calibri, Arial, serif, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

.menu {
	height: 25px;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 150px;
	margin-left: -150px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centered {
	height: 600px;
	width: 490px;
	position: absolute;
	left: 50%;
	margin-top: 180px;
	margin-left: -245px;
}
.audio {
	height: 20px;
	width: 100px;
	float: right;
}
.footer {
	font-family: Calibri, Arial, serif, Verdana;
	font-size: 10px;
	color: #151515;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	width: 100%;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #151515;
}
img { behavior: url(iepngfix.htc); }
