 body
 {
 margin: 0px;
 background-color: #000000;
 background-image:url(images/back.jpg);
 background-attachment:fixed;
 background-position:top;
 background-repeat:repeat-x;
 color: #ffffff;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #Container
 {
 width: 800px;
 height: auto;
 position: absolute;
 margin: 0px 0px 0px -400px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 800px;
 height: 100%;
 background-color:#000000;
 background-position:center;
 background-repeat: repeat-y;
 position: relative;
 margin-top:-150px;
 padding-bottom: 20px;
 z-index:2;
 }
 
 #Content
 {
 width:700px;
 height:auto;
 position:relative;
 padding-top:160px;
 padding-left:50px;
 }
 
  /*--- Headspace ---*/

 #Header
 {
 width: 800px;
 height: 238px;
 background-image: url(images/Header.jpg);
 position: relative;
 top: 0;
 left: 0;
 z-index:5;
 }


  /*--- Footwell ---*/
 
 #Footer
 {
 width: 800px;
 height: 120px;
 color:#FFFFFF;
 background-image:url(images/Footer.gif);
 background-repeat:no-repeat;
 position:relative;
 margin-top:0px;
 top: 0px;
 z-index: 0;
 }

  /*-- Images --*/
 
 img { border: none; }
 .left { float: left; padding: 10px; }
 .right { float: right; margin: 0 0 0 10px; padding: 10px; }
 .border { border:1px solid #000000; }


  /*--- Fonts ---*/
 
 a:link { color: #4064a2; font-weight: bold;text-decoration: none;}
 a:visited { color: #4064a2; font-weight: bold; text-decoration: none;}
 a:hover { color: #5e81bc; font-weight: bold; text-decoration: underline;}
 a:active {	color: #5e81bc;	font-weight: bold; text-decoration: none;}
 
   /*--- RSS ---*/

 #rssArea {width:700px;padding:0;margin:0;background:#000000;}
.rssItem {width:700px;height:auto;margin:0 0px 0px 0px;}
.rssItemTitle {background:#2d2d2d;color:#ffffff;font-weight:bold;padding:3px;}
.rssItemDesc {background:#0f0f0f;color:#ffffff;padding:3px;}
