html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;	
}
html, body {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	height: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #959595;
	font-size: 0.85em;
}

#Container {
	min-height: 100%;
	position: relative;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url('../images/background.png');
	background-position: center top;
	background-repeat: repeat-y;
}
#Header {
	height: 166px;
	width: 100%;
	background-image: url('../images/headerbackground.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#Body {
	padding-bottom: 50px;
	margin: 30px 50px;
}

#Footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-image: url('../images/footerbackground.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#Footer #Copyright {
	position: absolute;
	bottom: 7px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #6A6A6A;
}
#Footer #Copyright a {
	text-decoration: none;
	color: #6A6A6A;
	font-weight: bold;
}
#Footer #Copyright a:hover {
	text-decoration: underline;
}


.small {
	font-size: 0.8em;
}

.text_strong {
	font-weight: bold;
}

.text_normal {
}