﻿body 
{
background-color: #000;
background-image: url('/images/themes/SmokeOnWater/bkgrnd.jpg');
background-attachment: fixed;
}

#logoContainer h1
{
display: block;
position: relative;
margin: 0;
padding: 20px 0 0 0;
}

#logoContainer h1 a
{
display: block;
color: #fff;
background-image: url('/images/themes/fade-to-black/logo.png');
background-repeat: no-repeat;
height: 95px;
text-indent: -999px;
width: 370px;
overflow: hidden;
}

