body
{
  margin:                 0px;
  padding:                0px;
  background-image:       url(/img/intro/atom.jpg);
  background-repeat:      no-repeat;
  background-position:    0px 300px;
}

#logo
{
  position:               absolute;
  left:                   690px;
  top:                    58px;
}

#header
{
  height:                 205px;
  background-color:       #003E73;
  border-top:             10px solid #009836;
  background-image:       url(/img/intro/header.jpg);
  background-repeat:      no-repeat;
}

#body
{
  margin-left:            140px;
  background-image:       url(/img/intro/body.bg.jpg);
  background-repeat:      no-repeat;
  width:                  550px;
}

#hello
{
  float:                  left;
  width:                  350px;
  background-image:       url(/img/intro/body.bg.1.jpg);
  background-repeat:      no-repeat;
  background-position:    1px 0px;
  border:                 0px;
}

#choose
{
  float:                  right;
  width:                  200px;
  background-image:       url(/img/intro/body.bg.2.jpg);
  background-repeat:      no-repeat;
}