html {
	height: 100%;
	width: 100%;
	border: 0px;
}

body {
	height: 100%;
	width: 100%;
	background-color: #5A5C5C;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(../images/upperBg.jpg);
	background-repeat: repeat-x;
}

#main {
	height: 100%;
	width: 100%;
	margin: auto;
	text-align: center;
}

