body{
    background:black;
}

*{
    border:0;
    margin:0;
    padding:0;
}

div#wrapper {
    position:relative;
    top:14px;
    width:744px;
    margin:0 auto;
}

div#loveW {
    position:absolute;
    top:0px;
    left:207px;
    z-index:2;
    width:537px;
    height:82px;
    text-align:center;
    background-color:#BCBCBC;     
 }
 
#headWapper  {
  position:relative; 
}  
 
 #bottomWapper {
    position:absolute;
    left:0px;
    top:82px;
    z-index:1;
    background-color:#F4F4F4;
    width:100%;
 } 
 
 div.imgWapper   {
    background-color:Black;
    margin:0px auto;
    height:77px;
    border-top: 2px solid  black;
    border-bottom: 2px solid  black;
    border-left:none;
    border-right:none;
 }
 
 div.imgTallWapper {
    background-color:Black;
    margin:0px auto;
    height:115px;
    border-top: 2px solid  black;
    border-bottom: 2px solid  black;
    border-left:none;
    border-right:none;
  }
 
    
 div.imgWapper a {
    display:block;
    text-align:center;
    float:left;
    width:116px;
    
 }

 div.imgTallWapper a {
    display:block;
    text-align:center;
    float:left;
    width:76px;
 }
   
 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 a  {
    color:Black;
    padding: 0px 3px;
 }
 
 div#bottomWapper a:focus, div#bottomWapper a:hover {
    background-color:#9D9D9D;
    padding: 0px 3px;
 } 

div.instuctions {
    font-family: "Arial Black", Impact "Trebuchet MS", Sans-Serif;
    text-align: center;
    padding-bottom: 1px;
    color: #BCBCBC;
    background-color: Black;   
}
div#attribution 
{
    font-family: "Arial Black", Impact "Trebuchet MS", Sans-Serif;
    color: #BCBCBC;
    text-align:left;
    background-color:Black;
    border-right: #bcbcbc solid;
    border-top: #bcbcbc solid;
    border-left: #bcbcbc solid;
	border-bottom:#bcbcbc solid;
   	}
div#attribution p {
	height:715px;
}	
	
div#attribution img {
  float:left;
  margin-right:6px;
  clear: left;
  }
div#attribution p a
{
    font-family: "Arial Black", Impact "Trebuchet MS", Sans-Serif;
    color: #BCBCBC;
    text-align:left;
    	}
    
a#thisPage {
    background-color:#9D9D9D;
    padding: 0px 3px;
 }
.noClear {
	clear:none;
}