body{
background-color: #2a4563;
background-image: url('images/strip.jpg');
background-repeat: repeat-x;
}

.content{
 width: 700px;
 font-family: 'trebuchet ms';
 font-size: 14px;
}

.footer{
 background-image: url('images/footer.jpg');
 font-family: 'trebuchet ms';
 color: #bababa;
}

.footer ul{
 list-style: none; 
 font-family: 'trebuchet ms';
 font-size: 10px;
 color: #bababa;
 padding: 0px;
 margin: 0px;
}

.footer li{
 display: inline;
 margin: 0px;
}

.footer li a{
 text-decoration: none;
 color: #bababa;
 font-weight: bold;
}

.footer li a:hover{
 color: #ffffff; 
}
