body {
  margin:0;
  font-family:verdana,helvetica;
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.round {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 10px;

  /* Firefox 1-3.6 */
  -moz-border-radius: 10px;
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 10px;
}
.trans {
  background:rgb(255,255,255);
  background: transparent\9;
  background:rgba(255,255,255,0.55);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
  zoom: 1;
}

#outer {
  width:1089px;
  margin:auto;
  background:none;
}
#headline {
  margin:20px auto;
  background:url('images/headline.png');
  height:100px;
}
#header {
  margin:20px auto;
  background:url('images/header.png');
  height:100px;
}
#mainwrap {
  margin:36px auto;
  padding:9px;
  overflow:hidden;
}

.content {
  margin:18px 18px;
  padding:20px;
  background:#ffffff;
  min-height:400px;
  border:16px #A67C00 double;
}
.loginbox{
  width:459px;
  margin:auto;
}