body {
  background-image:url('img/mainBack.jpg');
  margin:0;
  font:9pt Verdana;
  font-weight:bold;
}

#area {
  text-align:center;
}

#page {
  margin-top:100px;
  width:350px;
  /*height:200px;*/
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  border:solid 1px #999;
  background-color:#111;
}

#pic {
  padding:10px;
}

#logo img {
  margin:5px;
}

#left {
  float:left;
}

#left a {
  color:#999;
  padding:10px;
  text-decoration:none;
}

#left a:hover {
  color:#eee;
  text-decoration:underline;
}

#left img {
  border:0;
  height:12px;
  margin-right: 5px;
  border:solid 1px #999;
}

#left a:hover img {
  height:20px;
  vertical-align:middle;
}

#right {
  float:right;
}

#right a {
  color:#999;
  padding:10px;
  text-decoration:none;
}

#right a:hover {
  color:#eee;
  text-decoration:underline;
}

#right img {
  border:0;
  height:12px;
  margin-left: 5px;
  border:solid 1px #999;
}

#right a:hover img {
  height:20px;
  vertical-align:middle;
}
