html {
	overflow: scroll;
}

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background: #000 url('images/bg.png');
	background-position: center;
	font-family: tahoma;
}

img {
	border: none;
}

.banner {
	width: 837px;
	height: 246px;
	background-image: url('images/pnglogo.png');
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 837px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}