/* 
    RESETS  
*/
html, body {height: 100%;}
* { padding:0; margin:0; }
body {
    font-family:"Helvetica Neue", Arial, sans-serif;
    font-size:14px;
    color:#555;
    background: #FFF url(/s/graphics/blue_header_bg.gif) scroll repeat-x 0 0;
}
h1,h2,h3,h4,h5,h6,input,select,option,textarea {
    font-size:13px;
    font-family:"Helvetica Neue", Arial, sans-serif;    
}
ul {
    list-style:none;
}
img {
    border:0;
}
.hr { clear:both; float:none; }
.hr hr { display:none; }
a {
    text-decoration:none;
    color:#69f;
    outline:none;    
}
a:hover {
    color:#4D81B3;
}

fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}
/*
    end resets
*/

body { 
  text-align: center;
  background-color: #53ABF7;
}

/*Opera Fix*/
body:before {
  content:"";
  height:100%;
  float:left;
  width:0;
  margin-top:-32767px;/
}

div#container {
  position: relative;
  min-height: 100%;
}

div#middle {
  padding-top: 15px;
  padding-bottom: 125px;
  overflow: auto;
  position: relative;
}

div#content {
  text-align: left;
  width: 425px;
  margin: 0 auto 125px;
  background-color: #FFF;
  padding: 20px 30px;
  border: 8px solid #0064BD;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}

div#footer {
  position: relative;
  height: 125px;
  margin-top: -125px;
  clear: both;
  background-color: #FFF;
}

div#footer img {
  margin-top: -100px;
  margin-left: 125px;
}

h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  color: #0064BD;
  font-weight: lighter;
}

p {
  line-height: 16px;
  padding: 10px 0;
}

p.title {
  text-align: center;
  padding: 5px 0 10px;
}

p.date {
  text-align: center;
}

p.date strong {
  display: block;
}

a#register {
  display: block;
  height: 41px;
  width: 172px;
  text-indent: -9999px;
  background: transparent url(/images/register-button.png) no-repeat scroll 0 0;
  margin: 10px auto 10px;
}
