html {
width: 100%;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

body {
width: 100%;
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
color: #000000;
background:#B8D30C url('/images/homepage/bg_header_big.gif') repeat-x;
}

#container {
width:100%;
min-height:100%;
display: inline;
float: left;
position: relative;
background-repeat: no-repeat;
background-position: 0 top;
background-image:url('/images/homepage/background.jpg');
}

* html #container{
height: 100%;
width: 100%;
}


#header {
width:204px;
height: 195px;
padding: 152px 0px 0px 696px;
float:left;
}

#header_bar {
width: 100%;
height: 33px;
background-color:#B8D30C;
float:left;
}

#content-container {
width:903px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float:left;
display:inline;
}

#content-wrapper {
width: 696px;
height: auto;
float:left;
display:inline;
margin:14px 0px 20px 207px;
padding: 0px 0px 0px 0px;
}

#content-header {
width: 696px;
height: 3px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float:left;
background:url('/images/homepage/content-header.png');
}

#content-text {
width: 648px;
height: auto;
margin: 0px 0px 0px 0px;
padding: 16px 24px 16px 24px;
float:left;
background:#FFFFFF;
position:relative;
z-index:10;
}

#content-text h1 {
font-size:18px;
color:#657F96;
margin:0px 0px 10px 0px;
}

#content-footer {
width: 696px;
height: 3px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float:left;
background:url('/images/homepage/content-footer.png');
position: relative;
z-index:10;
}