/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#c2da9a;
	background-image:none;
	color:#575757;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin:0 auto;
	background-image:url(../images/wrapper-back.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	padding:30px 184px 0 453px;
	width:363px;
	height:103px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:0 0 0 0;
	width:1000px;
	height:397px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Subcontent ------------------------------------------------ */
#subcontent {
	margin:0 0 0 0;
	padding:15px 184px 106px 168px;
	width:648px;
	height:149px;
	background-image:url(../images/subcontent.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-106px auto;
	width:1000px;
	height:106px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
}

/* ----------------------------------------------------- buttons ------------------------------------------------- */
#buttons {
	position:absolute;
	top:619px;
	left:285px;
	width:429px;
	height:47px;
}

/* ----------------------------------------------------- logos ------------------------------------------------- */
#white {
	position:absolute;
	top:0px;
	left:100px;
	width:175px;
	height:84px;
}

#zantomed {
	position:absolute;
	top:15px;
	left:756px;
	width:139px;
	height:63px;
}

