body {
  background: none;
  background-color: #545454;
}

#content {
  color: #E5E5E5;
  background-color: #545454;
  background-image: url(/images/bg_plane_302.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 0 0 0 5px;
  min-height: 600px;
  height:auto !important;
  height:600px;
}

#header {
  text-align: center;
}

#header h1 {
  display: inline-block;
  font-weight: normal;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -1.2pt;
  color: #CBCBCB;
  vertical-align: top;
  margin: 15px 0 10px 0;
}

#welcome {
  background-color: #CBCBCB;
  border: 1px solid #03A5FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.section {
  width: 184px;
  height: 190px;
  padding: 5px 8px;
  float: left;
  margin: 0 10px 10px 0px;
  border: 1px solid #03A5FF;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.flashnotice {
  color: #E5E5E5;
}
