/* CSS Document */
div.container {
    background-color:#CEC563;
   border: 1px solid #287CB1;
 }
div.spacer {
 	clear: both;
 }

div.float {
 	float: left;
 }

div.float p {
 	text-align: center;
  }
