body {
  width: 100%;
  color: #333333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: x-small;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-style: normal;
  font-weight: normal;
}
a {
  color: #333333;
  text-decoration: underline;
  -moz-transition-property: opacity, color;
  -webkit-transition-property: opacity, color;
  -o-transition-property: opacity, color;
  -ms-transition-property: opacity, color;
  -moz-transition-duration: 0;
  -webkit-transition-duration: 0;
  -o-transition-duration: 0;
  -ms-transition-duration: 0;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #AAAAAA;
  font-style: normal;
  text-decoration: underline;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
a:active {
  text-decoration: none;
}

#wrapper {
    height :521px;
}

#mainWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    height :521px;
    width: 100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

#contentWrapper {
    margin-top: 179px;
    margin-right: auto;
    margin-left: auto;
    width :402px;
    position: relative;
}


a.access {
  background-image: url(/_img/top_access.gif);
  display: block;
  width: 74px;
  height: 13px;
  text-indent: -9999px;
}
a.access:hover {
  background-image: url(/_img/top_access_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.contact {
  background-image: url(/_img/top_contact.gif);
  display: block;
  width: 90px;
  height: 13px;
  text-indent: -9999px;
}
a.contact:hover {
  background-image: url(/_img/top_contact_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.blog {
  background-image: url(/_img/top_blog.gif);
  display: block;
  width: 61px;
  height: 13px;
  text-indent: -9999px;
}
a.blog:hover {
  background-image: url(/_img/top_blog_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a.webshop {
  background-image: url(/_img/top_online_shop.gif);
  display: block;
  width: 24px;
  height: 23px;
  text-indent: -9999px;
}
a.webshop:hover {
  background-image: url(/_img/top_online_shop_on.gif);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

li {
    margin-bottom: 19px;
}

#nav {
    position: absolute;
    top: 3px;
    left: 312px;
}

#logo {
    position: absolute;
    top: 0;
}


p {
  text-align: center;
  margin-top: 555px;
}
