#left-column {
  border: 1px solid #ccc; 
  height: 500px; 
  width: 380px; 
  padding: 10px;
  }
  
#right-column {
  border: 1px solid #ccc; 
  height: 500px;
  padding: 10px 10px 10px 10px; 
  width: 568px;
  }
 
#content {
  background: url("../images/bg_stripe.gif") bottom repeat-x; 
  height: 480px; 
  margin: 0 10px;
  }
  
#content img { padding-bottom: 10px;}
  
#rotate-image {
  width: 380px; 
  height: 480px;
  }