body{
    text-align: center;
    margin:0px;
    padding: 0px;
    font-family: Verdana;
    font-weight: normal;  
    font-size: 12px;
    color:#000066;

    
}


#wrapper{
    position: relative;
    width:995px;
    margin-right:auto;
    margin-left: auto;
    padding: 20px 0px 20px 0;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 02px solid #ffffff;
   
 
    
    
} 

#top{
position:absolute;  
top:0px; 
background: url("linksTop.jpg") no-repeat;
width:900px;
height:265px;
left:0px;
float: left;
}




#middle{
top:265px;
position:absolute;  
background: url("linksMiddle.jpg") repeat-y;
left:0px;
float: left;
width:900px;


}



#bottom{
	width:900px;
	position:relative;
	background: url("linksBottom.jpg") no-repeat;
	height:367px;
	left:-397px;
	float: left;

}

#code{
	
	background-color:aliceblue;
	border:thin;
	border-color:navy;
	
	}
