body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #1f1f1f;
}

div#myContent {
	color: #d0d0d0;
	position: relative;
	width: 580px;
	left: 50%;
	margin-left: -290px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 16px;
}

div#myContent h1 {
	background: url(bayer_css_logo.png) no-repeat 118px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 172px;
	text-indent: -9999px;
}

div#myContent h2 {
	font-size: 30px;
}

div#myContent p {
	font-size: 14px;
}

div#myContent p#logoHolder {
	margin-top: 31px;
	width: 130px;
	position: relative;
}