* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image: url(../images/bg-repeat-x.png);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #fff;
	line-height: 130%;
}

#container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 470px;
	margin: 0px auto;
	padding: 230px 0px 0px 0px;
}
#solvay_logo {
	width: 103px;
	height: 37px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 20px;
}
#box {
	width: 409px;
	height: 153px;
	padding: 20px;
	background-image: url(../images/box_background.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#box h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
}
#box p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
#box p a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#box p a.arrow {
	display: block;
	padding: 0px 0px 0px 18px;
	background-image: url(../images/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#box p a.arrow:hover {
	background-position: 5px 6px;
}