html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
}

#main {
	overflow:auto;
	padding-bottom: 32px;
	margin:0 auto;
	width:975px;
}

#footer {
	position: relative;
	margin-top: -32px;
	height: 32px;
	clear:both;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

body {
	font-family:arial;
	background:#eff5f8 url(../images/gateway/background.png) no-repeat center 0;
}

div#header {
	padding-left:8px;
	padding-right:8px;
	width:959px;
	height:63px;
	background: url(../images/gateway/header-background.png) no-repeat 8px;
	position:relative;
}

div#main-content {
	background: url(../images/gateway/boxes.png) no-repeat 0 34px;
	width:975px;
	height:294px;
	position:relative;
}

div#footer {
	width:959px;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/gateway/footer-background.png) no-repeat;
	line-height:32px;
	text-align:center;
	font-size:11px;
	color:white;
}

div#footer a {
	color:#a5ebff;
	margin-left:15px;
}

div#footer a:hover {
	color:#f7d136;
}

div#logo {
	width:443px;
	height:46px;
	background: url(../images/gateway/logo.png) no-repeat;
	position:absolute;
	left:21px;
	top:8px;
	text-indent:-5000px;
}

a.button {
	position:absolute;
	top:165px;
	display:block;
	height:32px;
	line-height:32px;
	padding-left:11px;
	width:253px;
	background: url(../images/gateway/button-sprite.png) no-repeat;
	font-size:13px;
	color:#59666a;
}

a.button:hover {
	background: url(../images/gateway/button-sprite.png) no-repeat 0 -38px;
}

div#epernicus-clinical-research-systems-container {
	position:absolute;
	top:63px;
	left:30px;
}

div#epernicus-solutions-container {
	position:absolute;
	top:63px;
	left:354px;
}

div#epernicus-network-container {
	position:absolute;
	top:63px;
	left:683px;
}

h1 {
	text-indent:-5000px;
	height:43px;
}

div#epernicus-clinical-research-systems-container h1 {
	background: url(../images/gateway/epernicus-clinical-research-systems-header.png) no-repeat;
	width:272px;
}
div#epernicus-solutions-container h1 {
	background: url(../images/gateway/epernicus-solutions-header.png) no-repeat;
	width:214px;

}
div#epernicus-network-container h1 {
	background: url(../images/gateway/epernicus-network-header.png) no-repeat;
	width:202px;
}

div.description {
	width:258px;
	padding-top:15px;
	background: url(../images/gateway/dashed-line.png) repeat-x;
	font-size:16px;
	color:#656565;
}

