body { 
    background-color:#ffffff;
    font-size: 10pt;
    font-family: Arial,Helvetica,sans-serif;
    color: #333333;
}

#dress {
    position: absolute;
    left: 154px;
    top: 70px;
}

a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

fieldset, img {
    border: 0 solid;
}

#logoBox {
    position: absolute;
    left: 30px;
    top: 280px;
}

#by {
    position: relative;
    left: 74px;
    top: -4px;
    font-size: 14pt;
    color: #000;
}

#continue {
    font-size: 11pt;
    position: absolute;
    left: 590px;
    top: 400px;
}

#welcome {
  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  width: 800px;
  text-align:left; margin: 10px auto;
  position: relative;
}