/* Nutricia Clinical CSS */

html, body {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#b0a4cf;
	background-image:url(../img/backgroundsplash.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#splashtop {
	width:980px;
}

#splashmiddle {
	position:relative;
	width:980px;
	height:375px;
	background-image:url(../img/splash_welcome.jpg);
}

#splashmiddle #left {
	position: absolute;
	top:233px;
	left:20px;
	width:220px;
	text-align:left;
	padding-left:10px;
}

#splashmiddle #right {
	position : absolute;
	top:233px;
	right:20px;
	width:220px;
	text-align:left;
	padding-left:13px;
}

#splashfooter {
	font-family: verdana;
	font-size: 11px;
	color:#ffffff;
	width:980px;
}

#splashfooter a {
	color:#ffffff;
	text-decoration:none;
}

