/* style for westermeyer.com by softwehrs.de */

html, body {height:100%; margin:0; padding:0; overflow-y:hidden;}

#player {
height: 98%;
margin: auto;
}

#horizon
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content
	{
	margin-left: -264px;
	position: absolute;
	top: -14px;
	left: 50%;
	width: 528px;
	height: 28px;
	visibility: visible
}

  #login{
	margin-top: 100px;
	margin-left: -92px;
	position: absolute;
	left: 50%;
	width: 184px;
	height: 30px;
	visibility: visible
}

#footer
	{
	text-align: center;
	position: absolute;
	margin-left: -75px;
	bottom: 0px;
	left: 50%;
	width: 150px;
	height: 30px;
	visibility: visible;
	}

  #footer a {
    background: url(../images/contact-active.jpg) no-repeat;
    text-align: center;
    display:block;
  }
  #footer img {
    border:0;
  }
  #footer a:hover img {
    visibility: hidden;
  }
  #footer a:hover {
    border:0;
  }
  * html #footer a {
    margin-right:1px;
  }
  * html #footer a:hover {
    margin-right:0;
  }

  #login a {
    background: url(../images/login-active.jpg) no-repeat;
    display:block;
  }
  #login img {
    display:block; border:0;
  }
  #login a:hover img {
    visibility: hidden;
  }
  #login a:hover {
    border:0;
  }
  * html #login a {
    margin-right:1px;
  }
  * html #login a:hover {
    margin-right:0;
  }