BODY
{
	background: #000;
}
#container
{
	margin: 0 auto;
	width: 1000px;
	height: 500px;
/*	position: relative;*/
}
P
{
	color: #FFF;
}
P#redirect-text
{
/*	position: absolute;
	top: 303px;
	left: 420px;*/
	width: 272px;
	text-align: center;	
	float: left;
	margin: 0 0 0 50px;
}
#wlogo
{
float: left;
/*	position: absolute;
	top: -14px;
	left: 0;*/
}
#arrow
{
/*	position: absolute;
	top: 410px;
	left: 492px;*/
	float: left;
	margin: 250px 0 0 100px;
}
A IMG
{
	border: none;
}
#marengo
{
float: right;
margin-top: 220px;
/*	position: absolute;
	top: 201px;
	left: 835px;*/
}
#redirect-text A
{
	color: #FFF;
}

/* -------------CLEARFIX-------------- */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }