/* CSS Document */
html, body { margin:0; padding:0; height:100%;}
a {outline: 0;}

body {
	font: 14px arial;
	text-align:center;
}

h1 {
	margin:23px 0;
	font:25px/40px arial;
	background:url(../images/logo.gif) 0 50% no-repeat;
	padding:0 0 0 100px;
	position:relative;
}

h1 span { 
	display:block;
	background:url(../images/epiuse.gif) no-repeat;
	height:138px;
	width:138px;
	position:absolute;
	top:10px;
	right:0;
}

.wrapper-page {
	min-height:100%;
	height=100%;
	width:940px;
	margin:0 auto;
	text-align:left;
	background:url(../images/bg.gif) 50% 100% no-repeat;
}
.epiuse .wrapper-page {
	background:url(../images/bg_epiuse.gif) 100%  100% no-repeat;	
}

.page {
	margin:0 0 0 58px;
	padding: 0 0 400px;
	z-index:1;
	overflow:hidden;
	width:836px;
}

.epiuse .page {
	padding: 0 0 350px;
}

.link {
	display:block;
	height:407px;
	width:100%;
}

.page img {
	border:2px solid #e0e0e0;
	background:#fff;
	margin:0 25px 70px 0;
}

.page p a {color:#000;}

.wrapper-footer {position:relative; height:0;}
.footer {
	position: absolute;
	top: -407px;
	left:0;
	margin: 0 auto;
	width: 100%;
	height: 407px;
}
