@charset "utf-8";

/* apply_screen.css */

body {
  background: #fde700 url(../images/backgrounds/yellowLetterBackground.jpg);
}

/* ##### Columns ##### */


#columnLeft {
  float: left;
  width: 225px;
  margin-left: 29px;
  margin-top: 25px;
}

#logo {
  clear: both;
  margin-top: 150px;
}

#columnLeft p {
  clear: both;
}

#columnRight {
  float: left;
/*  height: 310px; */
  width: 630px;
  margin-top: 25px;
}

.error p {
  background-color: red;
  padding: 5px;
  margin-top: 12px;
  color: white;
}
