/* CSS Document */
body {
	background-image:url(../img/home_images/background.jpg);
	margin:0;
	margin-bottom:0;
}

#billboard {
	background-image:url(../img/home_images/background.jpg);
	background-repeat:repeat-y;
}
a:link, a:visited {
	text-decoration:none;
	color:#CC0000;
}
a:hover {text-decoration:underline;}
a:active {color:#FFFFFF;}

#content {width:590px;}
#content h1 {
	text-align:center;
}

h1.image {width:350px;
	height:70px;
	margin-top:0;
	margin-left:125px;
	background-position:top,center;
}
h1.image span {display:none;}

#footer { 
	font-size:smaller;
	text-align:center;
}
