﻿
#hgbild2
{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#hgbild {
	height:100%;
	overflow:hidden;
	width:100%;
}
#hgbild img {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
* html #hgbild img {
	position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#background
{
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0px;
    left: 0px;
}
#background2
{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
    background-image: url(Media/background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#scroller
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    z-index: 2;
    text-align: center;
}
#scroller2
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
    z-index: 2;
    text-align: center;
    background-image: url(Media/background.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#outerPL
{    
	position: relative;
	width: 990px;
	
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -214px auto;

	text-align: center;
    color: #333333; 
    
    font-size: 100%;
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
#innerPL
{
}
#innerPL2
{
	position: relative;
    width: 990px;
	text-align: left;
	margin: 0 auto;
}
#headerPL
{
	position: relative;
    width: 990px;
	height: 52px;
	text-align: left;
    border-bottom: solid 1px #afb7bc;
}
#naviPL
{
	position: relative;
    width: 990px;
	height: 89px;
	text-align: left;
    border-bottom: solid 1px #afb7bc;
}
#contentPL
{
	position: relative;
	height: auto;
	min-height: 150px;
    width: 990px;
	padding-top: 15px;
	margin-bottom: 55px;
}
#contentLeftHomePL
{
	position: relative;
    width: 800px;
	text-align: left;
	float: left;
}
#content1CPL
{
	position: relative;
    width: 990px;
	text-align: left;
	float: left;
	overflow: visible;
}
#content2CRightPL
{
	position: relative;
    width: 800px;
	text-align: left;
	float: left;
	overflow: visible;
}
#contentRightHomePL
{
	position: relative;
    width: 190px;
	text-align: left;
	float: left;
}
#content3CLeftPL, #content2CLeftPL
{
	position: relative;
    width: 190px;
	text-align: left;
	float: left;
}
#content3CCenterPL
{
	position: relative;
    width: 600px;
	text-align: left;
	float: left;
}
#content3CRightPL
{
	position: relative;
    width: 190px;
	text-align: left;
	float: left;
}
#push
{
    clear: both;
    height: 214px;
}
#footerPL
{
    clear: both;
	margin-top: 55px;
    height: 159px;
	width: auto;
	text-align: left;
	background-color: #c8ccc5;
	z-index: 99;
}