/* @override http://localhost/waggb/mainstyle.css */

html {
	width: 100%;
	height: 100%;
}

body { 
	height: 100%; 
	padding: 0; 
	margin: 0; 
	background: #000 url(../images/bigfire.jpg) no-repeat center center;
}

#boxer { 
	width: 640px; 
	height: 500px;
	position: absolute;
	margin: -262px -332px;
	top: 50%;
	left: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#back {
	background-image: url(../images/backbutton.png);
	width: 50px;
	height: 48px;
}

img {
	border-style: none;
}

#fb {
	height: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
}