
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#272727;
 background-image:url('http://vainsofjenna.com/images/bg.jpg');
 background-repeat: repeat-x;
 background-attachment: fixed;
 color: #cccccc;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:600px;
 margin:auto;
 }

#hdr {
 height:200px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:50px;
 background:#c0c0c0;	
 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #cccccc;
 width:600px;
 padding:0;
 }

#cont {
 width:598px;
 height:400px;
 background:#000000;
 color: #c0c0c0;
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
 position:relative;
 overflow: auto;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }