@charset 'utf-8';
@import url(reset.css);

/* ----------------------------------------------------- All browsers */

body {overflow:hidden;font-family:"Lucida Grande",Arial,sans-serif;font-size:12px;line-height:19px;color:#3c3c3c;background:#231010;}

#page {position:absolute;height:435px;width:660px;left:50%;margin-left:-330px;top:50%;margin-top:-217px;background:#fff;z-index:11;-moz-box-shadow: 0 5px 15px #000;}        
#head h1 {background:url(img/logo.png);display:block;height:110px;width:310px;position:absolute;top:170px;left:-30px;}
#head h1 span, #head #description {display:none;}
#contentWrapper {background:url(img/shadow.jpg) no-repeat;position:absolute;top:0;bottom:0;left:300px;right:0;}   
#content {margin:165px 90px 10px;}
                               
#content h2 {color:#7d1414;font-weight:bold;margin:5px 0 10px;} 
#content a {color:#3c3c3c;font-family:"Georgia",serif;text-decoration:none;font-style:italic;}   
#content a:hover {color:#7d1414;text-decoration:underline;}
#bg {position:fixed; top:0; left:0; height:100%; width:100%;z-index:10;}