body {
	background-attachment: scroll;
	background-image: url(bg2.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}
a#trailer{
    display: block;
    width: 103px;
    height: 41px;
    background-image: url(../rollovers/trailer.png);}
a#photo{
    display: block;
    width: 148px;
    height: 41px;
    background-image: url(../rollovers/photo.png);}
a#about{
    display: block;
    width: 217px;
    height: 41px;
    background-image: url(../rollovers/about.png);}
a#story{
    display: block;
    width: 214px;
    height: 41px;
    background-image: url(../rollovers/story.png);}
a#contact{
    display: block;
    width: 95px;
    height: 41px;
    background-image: url(../rollovers/contact.png);}
a#home{
    display: block;
    width: 63px;
    height: 41px;
    background-image: url(../rollovers/home.png);
}
a#blog{
    display: block;
    width: 57px;
    height: 37px;
    background-image: url(../rollovers/blog.png);
}
a#award{
    display: block;
    width: 88px;
    height: 37px;
    background-image: url(../rollovers/award.png);
}

a#trailer:hover {
    background-position: 0 -41px;}
a#photo:hover {
    background-position: 0 -41px;}
a#about:hover {
    background-position: 0 -41px;}
a#story:hover {
    background-position: 0 -41px;}
a#contact:hover {
    background-position: 0 -41px;}
a#home:hover {
    background-position: 0 -41px;
}
a#blog:hover {
    background-position: 0 -37px;}
a#award:hover {
    background-position: 0 -37px;}

a .alt { display: none;
}
.margin {
	margin: 5px;
}
a:link {
	color: #FF0000;
	text-decoration: none;}
a:visited {
	color: #FF0000;
	text-decoration: none;}
a:hover {
	color: #FF0000;
	text-decoration: none;}
a:active {
	color: #FF0000;
	text-decoration: none;}
}
