#container {
	background-image: url(../images/bg/bg-default.jpg);
	background-repeat: repeat-y;
	width: 984px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#container #top {
	position: relative;
	height: 145px;
	width: 984px;
	background-image: url(../images/bg/bg-top-default.jpg);
	background-repeat: no-repeat;
}
#container #top #logo {
	position: absolute;
	left: 25px;
	top: 19px;
	width: 429px;
	height: 56px;
}
#container #top #logo h1 {
	position: absolute;
	margin: 0px;
	font-size: 32px;
	background-image: url(../images/logo/logo-lactaid.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	width: 115px;
	height: 55px;
}
#container #top #logo h1 a {
	text-decoration: none;
	height: 55px;
	width: 115px;
	display: block;
}

#container #top #logo h2 {
	position: absolute;
	left: 124px;
	top: 32px;
	width: 278px;
	margin: 0px;
	font-size: 18px;
	background-image: url(../images/logo/slogan.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	height: 24px;
}

#container #top #icons {
	position: absolute;
	top: 16px;
	left: 774px;
	font-size: 11px;
}
#container #top #icons ul {
	margin: 0px;
	padding: 0px;
}
#container #top #icons li {
	display: inline;
}
#container #top #icons li a {
	color: #2595D8;
	text-decoration: none;
}
#container #top #icons a:hover {
	color: #1A6795;
}


#container #top #icons .sep {
	margin-right: 5px;
	margin-left: 5px;
	color: #46A4DF;
	cursor: default;
}




#illustration {
	position: absolute;
	z-index: 1;
	right: 2px;
	top: -83px;
}

#ctrBotton {
	position: relative;
	width: 984px;
	height: 50px;
	background-image: url(../images/bg/bg-botton-default.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


#botton {
	position: relative;
	text-align: center;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#botton ul {
	margin: 0px;
	padding: 0px;
}

#botton li {
	display: inline;
}

#botton a {
	text-decoration: none;
	color: #FFFFFF;
}

#botton .sep {
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	width: 984px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #648DAC;
}

