/* home.css */

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  display: block;
}

table {
  border-collapse: collapse;
}

body {
  background: black;
  font-family: verdana, arial, sans serif;
}

#SiteContent {
  margin: auto;
  width: 800px;
  height: 600px;
  background: black;
}

#Structure {
  width: 100%;
  height: 100%;
}
#Structure .left {
  vertical-align: top;
  width: 269px;
}
#Structure .left .languages {
  margin: -110px 0 0 40px;
}
#Structure .left .languages img {
  display: inline;
}
#Structure .right {
  width: 531px;
  background: url(../images/home/home-background.jpg) no-repeat top left;
}
