/* CSS Document */
html, body {
    height:100%
}
*, html, body {
    margin:0px; 
	padding:0px;
}
body {
	background-color: #043876;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	color: #000;
}
a {
	color: #E50001;
	text-decoration: none;
}
a:hover {
	color: #45749E;
	text-decoration: none;
}
img {
    border:0px solid; 
}
#center {
	position:relative;
	width: 998px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/intro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 785px;
}	
#mainMenu {
	position: absolute;
	height: 138px;
	width: 855px;
	left: 69px;
	top: 562px;
}
#bottomMenu {
	text-align: center;
	position: absolute;
	height: 33px;
	width: 998px;
	left: 0px;
	bottom: 0px;
}
#bottomMenu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #9ee1ff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#bottomMenu a:hover {
	color: #ffffcc;
}
#book {
	position: absolute;
	height: auto;
	width: auto;
	left: 13px;
	top: 22px;
}
#meter{
	position: absolute;
	height: 60px;
	width: auto;
	left: 363px;
	top: 329px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
td.meterLeft {
	background-color: #080810;
	background-image: url(/images/sch.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #66CCFF;
}