html { margin: 0px; }

body {
 background: #000;
 text-align: center;
 font: 0.7em Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
}

input {
 text-align: right;
 color: black;
 font-family: arial, verdana, ms sans serif;
 font-weight: bold;
 font-size: 12pt
}

#container {
 position: relative;
 top: 100px;
 margin: 0 auto;
 text-align: left;
 width: 960px;
 height: 440px;
}

#boxa {
 position: relative;
 left: -320px;
 margin: 0px auto;
 text-align: right;
 width: 320px;
 height: 440px;
 color: red;
 font-family: arial, verdana, ms sans serif;
 font-weight: bold;
 font-size: 11pt
}

#boxb {
 position: relative;
 top: -440px;
 background: url('images/1.jpg');
 margin: 0px auto;
 text-align: right;
 width: 320px;
 height: 320px;
}

#boxc {
 position: relative;
 left: 320px;
 top: -760px;
 margin: 0px auto;
 text-align: left;
 width: 320px;
 height: 440px;
 color: white;
 font-family: arial, verdana, ms sans serif;
 font-weight: bold;
 font-size: 11pt
}

#boxe {
 position: relative;
 top: -880px;
 background: url('images/2.jpg');
 margin: 0px auto;
 text-align: right;
 width: 320px;
 height: 120px;
}

#login {
 position: relative;
 left: -30px;
 top: 220px;
}

#status1 {

}

