/*-----------------------------------------------------------------------------------------------------------------
Welcome to Lee's stylesheet! The beautiful code behind Bart Simpson Pictures!
-------------------------------------------------------------------------------------------------------------------*/

body { 
margin: 0 0 20 0;
padding: 0;
background: #00A9E7;
text-align: center;
}

img {
width: 500px;
height: 500px;
background: #FFFFFF;
border: 2px solid #000000;
margin: 10px;
}

.ads {
text-align: center;
width: 470px;
height: 70px;
background: #FFFFFF;
border: 2px solid #000000;
padding: 15px;
margin: 10px auto;
}