@import "default.css";

body {
	height: 100%;
	text-align: center;
	background-image:url(../images/Padd.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

div#surround{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 480px;
	margin-left: -380px;
	margin-top: -240px;
	text-align: center;
	background-color: #000000;
}

iframe#screen{
	position: absolute;
	top: 64px;
	left: 0px;
	width: 736px;
	height: 354px;
	padding: 0;
	margin: 0;
	border: 0 none #000000;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 64px;
	background-image: url(../images/header.jpg);
}

div#menuhead{
	position: absolute;
	top: 19px;
	left: 0px;
	width: 135px;
	height: 45px;
}

div#footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 760px;
	height: 62px;
	background-image: url(../images/footer.jpg);
}

div#credits {
	position: absolute;
	top: 64px;
	right: 0px;
	width: 17px;
	height: 387px;
}

div.extrainfo{
	display: none;
}
