body {
  color: #FFFFFF;
  font-size:14px;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

h1 { color: #44C2E9; font-size: 20px; text-shadow: #000000 5px 5px 5px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

a { color: #CCC; }
a:hover { color: #FFF; }

.mainmenu {
  position: absolute; top: 20px; right: 6%; width: 600px; height: 400px;
}
.mainmenu a {
  margin-right: 7px;
}
.mainmenu a:hover {
  padding-top: 2px;
}

.logo {
  position: absolute;
  top: 45px;
  left: -4px;
  width: 319px;
  height: 35px;
  background: url('gfx/logo.png');
}

.contentbg {
  position: absolute;
  top: 90px; right: 6%;
  width: 570px; height: 409px;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url('gfx/contentbg2.png') no-repeat;
}
