body {
    background:black;
}

*{
    border:0;
    margin:0;
    padding:0;
}

div#wrapper {
   position:relative;
   top:14px;
   width:740px;
   margin:0 auto;
}

div#w207 {
    width:207px;  
    
}

div#loveW {
     position:absolute;
     top:0px;
     left:207px;
     z-index:2;
    width:533px;
    height:82px;
    text-align:center;
    background-color:#BCBCBC;     
 }
 
#headWapper  {
  position:relative; 
}  

.left {
    float:left;
}

.right {
  float:right;
}
 .clear {
    clear:left;
 }
 
 #bottomWapper 
 {
    position:absolute;
    left:0px;
    top:82px;
    z-index:1;
    background-color:#F4F4F4;
    width:100%;
 } 
 
 #textArea {
    height:395px;
    overflow:auto;
  }
    
#textArea blockquote  {
    width:490px;
    margin:20px auto;
    text-align:center;
   
 }
 
div#textArea blockquote  p {
     font-family:Arial, "Lucida Console", Tahoma, sans-serif;
 }
 
 div#bottomWapper  ul li  {
     display:inline;
    margin:0 4px;
    line-height:34px;
 }
 
  div#bottomWapper  ul  {
    background-color:#BCBCBC;  
    height:34px;
    padding-left:10px;
    color:Black;
     font-family:"Arial Black",  Impact, "Trebuchet MS", Sans-Serif;
     font-size:.8em;
  }
  
 div#bottomWapper ul a  {
   background-color:transparent;
	 color:black;
   padding: 0px 3px;
 }
 	
 div#bottomWapper a:focus, div#bottomWapper a:hover {
 	 color:black;
   background-color:#9D9D9D;
   padding: 0px 3px;
 } 
  
 #thisPage {
   background-color:#9D9D9D;
   padding: 0px 3px;
 }