html,
body {
	background-color: White;
}

#body {
	height: 783px;
	background-color: #969696;
	border-bottom: 1px solid #003d7d;
}

.wrap {
	width: 791px;
	margin: 0 auto;
}

#header {
	height: 84px;
	border-bottom: 1px solid White;
}

#products {
	display: block;
	width: 399px;
	height: 84px;
	float: left;
	background: url(../images/products.png) no-repeat bottom left transparent;
}

#products span {
	display: none;
}

#arysta_header {
	display: block;
	width: 154px;
	height: 38px;
	float: right;
	margin-top: 5px;
	margin-right: 36px;
	background: url(../images/arysta_logo-gray.png) no-repeat top left transparent;
}

#arysta_header span {
	display: none;
}

#main {
	padding-top: 80px;
	height: 618px;
}

#return {
	display: block;
	position: absolute;
	width: 174px;
	height: 43px;
	margin-left: 420px;
	margin-top: -37px;
	background: url(../images/return.png) no-repeat top left transparent;
}

#return span {
	display: none;
}

#presentation {
	position: absolute;
}

/********************************************************************************
 * Footer
 *******************************************************************************/
#footer {
	padding-top: 595px;
}

#footer ul {
	color: White;
	font-family: Verdana;
	font-size: 10px;
}

#footer ul li {
	display: inline;
}

#footer ul a {
	color: White;
}

#footer ul a:hover {
	text-decoration: none;
}

#footer ul a {
	border-left: 1px solid White;
	margin-left: 2px;
	padding-left: 6px;
}

#footer ul a.first {
	border-left: none;
}

#arysta_footer {
	display: block;
	width: 189px;
	height: 67px;
	margin-top: 12px;
	float: right;
	margin-right: 25px;
	background: url(../images/arysta_logo.png) no-repeat top left transparent;
}

#arysta_footer span {
	display: none;
}
