#write, #register, #votes, #updates{
float: left; 
width: 260px; 
height: 200px; 
padding: 10px;
background-color: #fff;
}

#write{
background-image: url('../images/letter.gif');
background-repeat: no-repeat;
background-position: bottom right;
margin-right: 10px;
width: 460px;
}

#register{
background-image: url('../images/check_mark.gif');
background-repeat: no-repeat;
background-position: bottom right;
margin-right: 10px;
}

#updates{
width: 760px; 
height: 200px; 
margin-top: 10px;
}

#content{
background-color: #EFF7FA;
}
