body { 
  padding : 0;
  margin : 0;
  background-color : #ffffff;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
  font : 0.8em'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
  color : #ffffff;
}


#wrapper {
  width : 773px;
  height : 570px;
  margin : 10px auto 10px auto;
  background-color : #ffffff;
}

#logo {
  float : left;
  width : 296px;
  height : 94px;
}

#slogan {
  float : left;
  width : 477px;
  height : 94px;
  text-align : right;
}

h3 {
verticle-align : middle;
}

#left {
  float : left;
  width : 283px;
  height : 424px;
  background-color : #000000;
}

#join {
  float : left;
  width : 490px;
  height : 424px;
  text-align : center;
  background-color : #000000;
  background-image: url('img/joinbg.gif');
}

#login {
  float : left;
  width : 773px;
  height : 68px;
  text-align : center;
  background-image: url('img/loginbg.gif'); 
  background-position: top right;
  background-repeat: no-repeat;
}

#footer {
  float : left;
  width : 773px;
  text-align : center;
  color : #000000;
}

#foottext {
  float : left;
  width : 773px;
  text-align : left;
  color : #999999;
}