* {
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


html {
height:100%;
}

body {
	text-align: center;
	background: transparent url(../images/bg_html.jpg) no-repeat center top fixed;
	height:100%;
}

#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}

#accesskeysNavigation {
	position: absolute;
}

#accesskeysNavigation li a {
	position: absolute;
	z-index: 3;
	top: -100px;
	left: -1000px;
	padding: 2px 6px;
	text-decoration: underline;
	color: #fff;
	background: #333;
}

#accesskeysNavigation li a:focus,
#accesskeysNavigation li a:active {
	top: 10px;
	left: 0;
	margin-left: 10px;
}

#box {
	position: relative;
	width: 1018px;
	margin: 0 auto;
}

#col1 {
	position: relative;
	float: left;
	width: 1018px;
	background: transparent;
}

	#mainContent {
		padding: 0;
	}

