#splash_page{
	position: absolute;
	top: 35%;
	left: -300px;
	margin-left: 50%;
}
#header {
	z-index: 2;
	top: 45px;
	position: absolute;
	left: -350px;
	margin-left: 50%;
}
#leftsidebar {
	z-index: 2;
	top: 100px;
	text-align: right;
	position: absolute;
	left: -439px;
	margin-left: 50%;
	width: 90px;
}
#rightsidebar {
	z-index: 2;
	top: 100px;
	text-align: right;
	position: absolute;
	left: 351px;
	margin-left: 50%;
	width: 90px;
}
#centerbox {
	background-color: #111111;
	font-size: 16px;
	font-family: sans-serif;
	color: white;
	z-index: 1;
	max-height: 400px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	height: 400px;
	top: 100px;
	position: absolute;
	left: -350px;
	margin-left: 50%;
	width: 700px;
	max-width: 700px;
	overflow-y: auto;
}
#centerbox A:link{
	color: white;
}
#centerbox A:visited{
	color: white;
}
#centerbox A:active{
	color: white;
}
#centerbox A:hover{
	color: white;
}
#centerbox h1 {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 28px;
	color: white;
}
#centerbox h2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
	color: white;
}
#centerbox p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 14px;
	color: white;
}
#txt {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
#txt_cell {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	font-size: 18px;
	height: 25px;
	color: white;
	background-color: black;
}
#signup {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
#signup_cell {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	font-size: 18px;
	height: 25px;
	color: white;
	background-color: black;
}
#centerbox_left {
	text-align: left;
	float: left;
}
#centerbox_right {
	text-align: right;
	float: right;
}
#link_01 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 0px;
}
#link_01:hover{
	background-position: -90px 0px;
}	
#link_02 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -75px;
}
#link_02:hover{
	background-position: -90px -75px;
}	
#link_03 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -150px;
}
#link_03:hover{
	background-position: -90px -150px;
}	
#link_04 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -225px;
}
#link_04:hover{
	background-position: -90px -225px;
}	
#link_05 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -300px;
}
#link_05:hover{
	background-position: -90px -300px;
}
#link_06 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -375px;
}
#link_06:hover{
	background-position: -90px -375px;
}		
#link_07 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -450px;
}
#link_07:hover{
	background-position: -90px -450px;
}	
#link_08 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -525px;
}
#link_08:hover{
	background-position: -90px -525px;
}	
#link_09 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -600px;
}
#link_09:hover{
	background-position: -90px -600px;
}	
#link_10 {
  	margin-top: 5px;
  	display: block;
  	width: 90px;
  	height: 75px;
  	background: url(/site_files/images/links.png) no-repeat 0 -675px;
}
#link_10:hover{
	background-position: -90px -675px;
}
#error {
	font-size: 16px;
	font-family: sans-serif;
	color: white;
}
#error h1 {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 36px;
	color: white;
}
#error h2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
	color: white;
}
#error p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 16px;
	color: white;
}