/* html */
html {
background: #FFFFF;
margin: auto;
}

/* ----------------------------------------------------------------------------- */
/* body */
body {
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 20px;
text-align: center;
margin: auto;
}
/* ----------------------------------------------------------------------------- */
/* container */
#container {
width: 100%;
text-align: center;
margin: auto;
position: relative;
}

#logos {
width: 868px;
text-align: left;
}

#mineral {
background: #FFFFFF url(../interface/mineral.png) no-repeat;
width: 249px;
height: 100px;
margin: auto;
position: absolute;
margin-top: 10px;
}

#family {
background: #FFFFFF url(../interface/familywater.png) no-repeat;
width: 209px;
height: 100px;
margin: auto;
position: relative;
margin-top: -100px;
margin-left: 249px;
}



#spring {
background: #FFFFFF url(../interface/spring.png) no-repeat;
width: 201px;
height: 100px;
margin: auto;
position: relative;
margin-top: -100px;
}

#content_top {
background: #FFFFFF url(../interface/content_top.png) no-repeat;
width: 868px;
height: 35px;
margin: auto;
position: relative;
margin-top: 10px;
}


#content {
background: #FFFFFF url(../interface/content_main.png) repeat-y;
width: 868px;
margin: auto;
position: relative;
}

#content_bottom {
background: url(../interface/content_bottom.png) no-repeat;
width: 868px;
height: 39px;
margin: auto;
position: relative;
}