﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	height:100%;
	background-color:white;
}

#container {
	width:100%;
	height:100%;
	background-color:gray;
	min-width:1024px;
	position:absolute;
	text-align:center;
	top: 0;
	left: 0;
	display:table;
}
