/* CSS Document */

* {
  margin : 0;
  padding : 0;
  border :0;
 }
.central {
margin-right: auto;
margin-left: auto;
position: relative;
width: 780px;
text-align: left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	background-image: url(img/BCBG.jpg);
	background-repeat: repeat;
	text-align: left;
margin: 0px;
padding: 0px;
min-width:780px;/* stop mozilla sliding off the edge */
}
#container {
	background-color:#FFFFCC;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
}
#header{
	background-image: url(img/BCheader400x100.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	height:100px;
; 	position: relative;
}
#filler{
background-image:url(img/BCBG.jpg);
background-repeat:repeat;
height:100px;
width:50px;
float: right;
}
#pen{
	background-image:url(img/pen540x275.jpg);
	width:275px;
	height:540px;
	background-repeat: no-repeat;
	float: right;
	margin-top:-480px;
}
#enter{
	width: 500px;
	height: 30px;
	margin-top: 450px;
	float: none;
}
#content{
height:540px;
}
#footer{
	height:500px;
	width: 780px;
	float: left;
	text-align: center;
}
#filler2 {
	background-image:url(img/BCBG.jpg);
	background-repeat:repeat;
	height:500px;
	width:50px;
	float: right;
	margin-top: -500px;
}
.disclaimer{
	font-size:xx-small;
	text-align: center;
	vertical-align: top;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

