html {
	height: 100%;
}

body {
	background: url(../images/bg.jpg) repeat-x #000000;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

.centered {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

#container {
	margin: 0px auto;
	width: 960px;
	height: 600px;
	/*border: 8px solid #222;*/
}

#base {
	width: 960px;
	height: 600px;
}