body {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/frontpageBG.jpg);
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: black;
}

#container {
	color: white;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

a img {
	border: 0;
}

a#audio {
	margin-bottom: -100px;
	position: absolute;
	bottom: 50%;
	right: 50%;
	border: 0;
}

a#web {
	margin-bottom: -100px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	border: 0;

}

#copyright {
	color: #b2b2b2;
	text-align: right;
	right: 2px;
	bottom: 2px;
	position: fixed;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 6px;
}