div.seo  {
display:block;
position:absolute;
font-color:#6A9CB7;
z-index:-1;
width:700px;
height:500px;
margin-left:-350px;
left:50%;
top:250px;
}

.registration {
    
    font-family: arial, tahoma, sans-serif, helvetica;
    font-size: 11px;
    
}

h1 {
    
    font-family: arial, tahoma, sans-serif, helvetica;
    font-size: 13px;
    font-weight: bold;
    
}

#title {
    
    width: 50%;
    text-align: left;
    float: left;
    
}

#existing {
  
    width: 50%;  
    text-align: right;
    float: right;
    
}

#b {
    
    width: 50%;
    text-align: left;
    float: left;
    
}

#c {
  
    width: 50%;  
    text-align: right;
    float: right;
    
}

a:link { color:#0000FF;text-decoration: underline; }
a:visited { color:#00238a;text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }