* {
font-family:arial;
}

body {
  width:960px;
  align:center;
}

html {
    display: table;
    margin: auto;
}

#bg1 {
  width:500px;
  height:90px;
  background-image:url('http://www.stevenson.edu/images/home/logo.gif');
  background-repeat:no-repeat;
}

#bg2 {
  width:250px;
  height:90px;
  display:block;
  position:absolute;
}

#line {
  width:100%;
  height:5px;
  background-color:#005847;
  margin-bottom:5px;
}

#nosso {
  max-width:760px;
}

#txtCaptcha {
  background:#ffffff;
  color:#ff0000;
  font-size:30px;
  font-family:courier;
  font-weight:bold;
  border: 1px solid black;
  opacity:.5;
}

#txtInput {
  font-size:30px;
  font-family:courier;
  color:#00ff00;
  font-weight:bold;
  background:transparent;
  border: 1px solid black;
  opacity:.5;
}

#Button1 {
  font-size:20px;
  height:40px;
  margin-left:110px;
}

a {
  color:#005847;
}

#twobox {
    width: 400px;
    height: 40px;
    position: relative;
}

#box1, #box2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

#box2 {
    z-index: 10;
}