div.painting {
background-color: #fff; 
display: block; 
width: 296px; 
height: 300px; 
margin: 1em auto; 
padding: 0px; 
position: relative; 
border: 3px solid #000;
}

#blue {
background-color: #000080; 
border-top: 8px solid #000; 
border-right: 8px solid #000; 
display: block; 
height: 78px; 
width: 66px; 
position: absolute; 
left: 0px; 
bottom: 0px; 
}

#red { 
background-color: #f00; 
border-left: 8px solid #000; 
border-bottom: 6px solid #000; 
display: block; 
height: 214px; 
width: 222px; 
position: absolute; 
right: 0px; 
top: 0px; 
}

#white { 
border-bottom: 13px solid #000; 
display: block; 
height: 87px; 
width: 66px; 
position: absolute; 
top:  0px; 
left: 0px; 
}

#yellow { 
background: #ffd700;
border-left: 7px solid #000; 
border-top: 10px solid #000; 
height: 33px; 
width: 15px; 
position: absolute; 
bottom: 0px; 
right: 0px; 
}

#white2 { 
background: white; 
border-left: 7px solid #000; 
height: 37px; 
width: 15px; 
position: absolute; 
bottom: 43px; 
right: 0px; 
}