#wrapper {
  display: block; 
  left: 50%; 
  position: absolute;
  top: 50%;
  margin-top: -220px; 
  margin-left: -415px; 
  height: 440px; 
  width: 830px;
}
#page {
  height: 400px; 
  width: 830px; 
  position: absolute; 
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #333333; 
  font-size: 13px;
  text-decoration: none;
  line-height: 125%;
}

a{
        text-decoration: none;
        color: #f68712; 
}
a:hover{
        text-decoration: underline;  
}


p{
        margin: 0 0 30px 0; 
}

p.desc{
        font-size: 14px; 
        line-height: 150%; 
}



#logo{
        height: 157px; 
        width: 331px; 
        top: 136px; 
        position: absolute; 
        background-image: url("logo.png"); 
        
}

#left{
        position: absolute; 
        left: 0px; 
        top: 0px; 
}
#right{
        position: absolute; 
        right: 0px; 
        top: 0px; 
}
#text{
      
        margin-top: 72px; 
}
#spacer{
        position: absolute; 
        left: 377px;
        top: 35px; 
        height: 377px; 
        width: 2px; 
        background-image: url("spacer.png"); 
}
strong{
        font-weight: bold;
        color: #333333; 
}



