@charset "UTF-8";
/* CSS Document */

a {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
a:link {
	text-decoration: none;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
	color: #900;
}
#contentbk {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 10%;
	width: 800px;
	z-index: 2;
	right: 10%;
	top: 0;
	background-image: url(pics/bk.png);
	height: 120%;
	background-repeat: no-repeat;
}
.text {
	font-size: 80%;
}
#content {
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 600px;
	left: 12%;
	margin-top: 70px;
}
#strip {
	background-color: #666;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	visibility: visible;
	top: 648px;
	height: 25px;
	left: 0px;
	right: 0px;
	z-index: 1;
	position: absolute;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
	background-image: url(pics/bkbody.png);
}
.header {
	font-size: 150%;
	font-weight: 600;
	color: #FFF;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
}
.credits {
	font-size: 75%;
	text-align: center;
}
