<style>
body {
background: #ffffff;
color: #000000;
font-family: georiga;
}

html {
overflow: auto; 
overflow-x: hidden;
}

.main {
width: 1024px;

margin: 0px auto;
background-image: url(./images/backdrop.png);
background-repeat: repeat-y;
}

.ban {
width: 100%;
height: 200px;
background-image: url(./images/ban1.png);
background-repeat: repeat-x;
}

.nav {
width: 200px;

float: left;
background: #000000;
padding: 20 2 2 2;
margin: 0 10 0 0;
}

.rightfloat {
width: 50px;
float: right;
background-image: url(./images/rb.png);
background-repeat: repeat-y;
margin: 0 0 0 0;
}

.foot {
width: 100%;
height: 30px;
background: #000;
color: #fff;
font-size: 8px;
text-align: center;
}

.content{
width: 100%;
min-height: 600px;

padding: 0px 10px 0px 0px;
margin: 0 0 0 0;
text-align: justify;
background-image: url(./images/backdrop.png);
background-repeat: repeat-y;
}

.career {
font-style: italic;
font-weight: bold;
text-decoration: underline;
}

a img { 
border: none; 
} 

.flash {
position: relative;
left: 35%;
top: 90px;
}

.stuff {
width: 700px;
min-height: 970px;
padding: 0 0 0 220;
margin: 0 0 0 0;
background-image: url(./images/water.png);
background-repeat: repeat-y;
}

.thirdfuckingdiv {
width: 100%;
background-image: url(./images/backdrop.png);
background-repeat: repeat-y;
}

* { margin: 0; padding: 0; }  

.row1 {
height: 140px;
width: 100%;
padding: 10 10 10 10;
}
.row2 {
height: 140px;
width: 100%;
padding: 10 10 10 10;
background: #efefef
}
.images {
float: right;
height: 130px;
width: 130px;
margin: 10 10 10 10;
}
.media {
float: auto;
height: 130px;
width: 130px;
margin: 10 10 10 10;
}
.signup {
  width: 200px;
  height: 267px;
  background-image:url(bstack.jpg);
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 1px solid #000;
  }
.innards {
  margin: 0 auto;
  padding: 30 10 10 11
  }
</style>