/*
   michaelfiteni.css
   website
   
   Created by John van Dijk on 2009-03-23.
   Copyright 2009 Ruby Libre. All rights reserved.
*/
/* @group Background visual */
html,
body,
#background-visual {
  height: 100%;
}
#background-visual {
  font-size: 0;
  min-width: 950px;
}
/* @end */

/* @group General */
#forground-content {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* @end */

/* @group Header*/
#header h1 a {
  display: block;
  background: url('../images/logo_michael_fiteni.png') no-repeat;
  height: 63px;
  width: 396px;
  text-indent: -100em;
  overflow: hidden;
  margin-top: 1em;
}
/* @end */

/* @group Footer */
#footer-content {
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 500;
}
#footer-content ul,
#footer-content li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer-content li {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}
#footer-content li a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer-content li a:hover {
  text-decoration: underline;
}
/* @end */
