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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4C3022;
	background-image: url(../../include/img/bg.jpg);
	height: 100%;
	width: 100%;
	text-align: center;
}

#outer {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#container {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 373px;
}

#inner {
	width: 483px;
	height: 373px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}