body {
	margin: 0px;
	background: #000;
}
a {
	outline: none;
}
img {
	border: none;
}
h2 {
	font-family: Verdana;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
p {
	font-family: Verdana;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
#container {
	position: relative;
	display: block;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	display: block;
	width: 900px;
	height: 540px;
	clear: both;
}
#header h1 {
	position: relative;
	width: 900px;
	height: 540px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -9999px;
}
#text {
	position: relative;
	float: left;
	width: 400px;
	height: auto;
	display: block;
	margin-left: 20px;
}
#content {
	position: relative;
	clear: both;
	width: 900px;
	height: auto;
}
#content .arrow {
	position: absolute;
	top:20px;
	left: 382px;
	z-index: 100;
}
#logos {
	position: relative;
	float: right;
	width: 400px;
	height: auto;
	display: block;
	text-align: right;
	margin-right: 15px;
}
#footer {
	position: relative;
	width: 860px;
	height: auto;
	display: block;
	clear: both;
	padding: 20px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	font-weight: normal;
}
#footer p a {
	text-decoration: none;
	color: #fff;
}