.fullbody { background: url("../js/magnet_patterns/grey_wash_wall.png") repeat scroll 0 0 #666666; }

header h1 {
	visibility: hidden;
}


#footer_content li {
    padding: 15px 25px 15px 25px;
    background-color: #990000;
    background-image: -moz-linear-gradient(top, #660000, #990000);
    background-image: -webkit-linear-gradient(top, #660000, #990000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#660000), to(#990000));
    background-image: -ms-linear-gradient(top, #660000, #990000);
    background-image: -o-linear-gradient(top, #660000, #990000);
    background-image: linear-gradient(top, #660000, #990000);
    text-transform: lowercase;
    text-decoration: none;
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    text-align:center;
    border-radius: 4px;
}

#footer_content li:hover {
    background-color: #aa0000;
    background-image: -moz-linear-gradient(top, #990000, #aa0000);
    background-image: -webkit-linear-gradient(top, #990000, #aa0000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#aa0000));
    background-image: -ms-linear-gradient(top, #990000, #aa0000);
    background-image: -o-linear-gradient(top, #990000, #aa0000);
    background-image: linear-gradient(top, #990000, #aa0000);
}

#footer_content h2  {
    color: #660000;
}