* {
  margin:0;
  padding:0;
}

body {
  font: 100% verdana, arial, sans-serif;
}

div#container {
  width: 778px;
  margin: auto;
}

div#header {
  display: block;
  background: #EEC5FF url('../images/gradient.png') bottom left repeat-y;
  margin: 10px;
}

div#header h1 {
  font-size: 0px;
  margin: 10px 10px 0 10px;
}

div#header div#header2 {
  width: 758px;
  height: 64px;
  position: relative;
}

div#header h1 {
  width: 268px;
  height: 64px;
  background: transparent url("../images/header_logo.png") no-repeat;
}

div#header h1 a {
  display: block;
  color: #F666FF;
  width: 268px;
  height: 54px;
  text-decoration: none;
}

div#menu {
  position: absolute;
  top: 37px;
  left: 460px;
}

ul#navigation, ul#navigation li {
  list-style-type:none;
  margin:0;
  padding:0;
}

ul#navigation li {
  float:left;
  margin-right: 2px;
  text-align: center;
}

ul#navigation a {
  float: left;
  width: 80px;
  padding: 5px;
  background: #F482FF;
  color: #ffffff;
  text-decoration:none;
  font-size: 0.9em;
  font-weight: bold;
}

ul#navigation a:hover {
  background: #F2A5FF;
}

ul#navigation li.activelink a,ul#navigation li.activelink a:hover {
  background: #F295FF;
  color: #C5FFDE;
}

div#footer {
  text-align: center;
  font-size: 0.7em;
  color: #F482FF;
}

div#content {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #F482FF;
  padding: 100px;
}

.text {
  display: none;
}

* html div#header h1 {
  float: left;
}

* html div#menu{
  top: 47px;
}


