*{ margin: 0; padding: 0; border: 0 solid #eee; }

html, body, #main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0 auto;
	font: normal 100.01% "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", tahoma, arial, helvetica, sans-serif;
    color: #ddd;
}
img, div {
  behavior: url(iepngfix/iepngfix.htc);
}

div#main {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: auto;
    margin: 0 auto;
    text-align: left;
}

div#accordion {
  position: absolute;
  width: 800px;
  margin: 44px 66px;
}

div#headline {
  width: 792px;
  height: 24px;
  margin-top: 25px;
  font-size: 80%;
  padding: 3px 20px;
  color: #E4C429;
  background: transparent url(pix/headline.png) no-repeat;
}

div#content {
  width: 786px;
  height: 300px;
  margin: -3px 1px;
  padding: 3px 20px;
  background: transparent url(pix/content.png) no-repeat;
}
div#contact {
    margin-top: 33px;
    font-size: 0.7em;
}
div#contact strong {
	font-weight: normal;
}
div#contact a, a:visited {
	color: #fff;
	text-decoration: none;
}
div#contact a:hover {
	background-color: #999;
	color: #fff;
}
div#contact a.img {
	border: 1px solid transparent;
}
div#contact a.img:hover {
	border: 1px solid #999;
}
div#contact img {
	margin: 0 0 -4px 0;
}
div#contact span.mask {
    display: none;
}


/*  Scaling backround  */
#photo {
	position: absolute;
	width: 100%;
	height: 100%;
}
#photo img {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    min-width: 100%;
    width: auto !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}

