html, body {
	height: 100%; max-height: 100%; 
	background: #222222; background-color: #222222;
	color: gray;
	font-family: verdana, sans-serif;
	font-size: medium;	
}

body {
	background-image: url(../Images/background.gif);
	background-position: 0px 0px;
	background-attachment : fixed;
	background-repeat : repeat;
	text-align: center;
}

html, body, .container, .containerbody, .page {	
	margin:0; border:0; padding:0; 
}

.headertopbox, #headertransparency, .containerbody, .page {
	background-color: black;
}

.center {
	width: 100%;
	text-align: center;
}

.hide {
	display: none;
}

.container {
	position: relative;
	width: 800px; min-width: 800px;
	height: 100%; min-height: 680px;
	margin-left: auto; margin-right: auto;
}

.header {
	position: absolute; top: 25px; left: 0px; width: 100%; height: 160px;
	background: transparency; background-color: transparency;
}

.headertopbox {
	position: absolute; top: 0px; left: 0px; height: 25px; width: 100%;
	background-color: black;
	text-align: left;
}

#headertransparency {
	position: absolute; top: 25px; left: 0px; height: 100%;	width: 100%;
	background-color: black;
}

.headerlogo {
	position: absolute; top: 36px; right: 25px;
}

.containerbody {
	position: absolute; top: 160px;	left: 0px; width: 100%;	bottom: 25px;
	background-color: black;
}

.page {
	position: absolute; top: 0px; left: 0px; width: 100%; height: 540px;
	background-color: black;
}

.title {
	position: absolute; top: 160px; left: 0px; width: 100%;
	color: #121212;
}

.footer {
	position: absolute; bottom: -1.3em; right: 0;
	font-size: 60%;	*font-size: 50%;
	color: teal;
}

a:link		{ color: teal }
a:visited	{ color: teal }
a:active	{ color: aqua }
a:hover		{ color: aqua }

