/* CSS Document */
body
{ 
background-image:url('images/bgimage.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top;
background-attachment:fixed
} 
.title
{font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}
