body {
margin:auto;
background-image: url(images/blinetopback.png);
background-color: #000000;
background-repeat: repeat-x;
font-family: Arial, Helvetica, sans-serif;
overflow-y:scroll;
}

.container{
width:auto;
margin:auto;
text-align:center;
}

.header{
display: block;
background-image: url(images/headlogo.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
width:auto;
height:270px;
text-align: center;
}

.content{
font-family: "Lucida Handwriting", "Cursive", monospace;
text-align: center;
color: #FFFFFF
}

.center{
	width:800px;
	margin: auto;
	text-align: center;
}
.content2{
width: 800px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color: #FFFFFF
}

a:link {
color:#FFFFFF;
text-decoration:none;
}

a:visited {
color:#FFFFFF;
text-decoration:none;
}

a:active {
color:CCFFFF;
}

a:hover {
color:red;
background-image: url(images/alinkover.png);
}