html
{
	background-size: cover !important;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-khtml-background-size: cover;
	-ms-background-size: cover;
	background: #7F7F7F url("../images/greattobeus50.jpg") no-repeat center center scroll;
}

#page
{
	z-index: 1;
	width: 959px;
	min-height: 500px;
	background-image: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.49);
	-pie-background: rgba(255, 255, 255, 0.49);
	margin-left: auto;
	margin-right: auto;
}

body
{
	padding-top: 35px;
	padding-bottom: 36px;
}

