html,body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background: black;
	overflow: hidden;
}

.logo
{
	position:absolute;
	z-index: 10;
	top: 20px;
	left: 50%;
	height:118px;
	width: 442px;
	margin-left: -221px;
	display:block;
	clear:none;
}
.left
{
	width: 50%;
	height: 100%;
	float: left;
	
	background-color: white;
	z-index: 0;
	text-align: center;
	overflow: hidden;
}
.right
{
	width: 49%;
	height: 100%;
	float: left;
	
	background-color: black;
	z-index: 1;
	text-align: center;
	overflow: hidden;
}
.link1
{
	position:absolute;
	width: 242px;
	left: 25%;
	margin-left: -121px;
	height: 407px;
	top: 50%;
	margin-top: -203px;
	font-size:30px;
}
.link2
{
	text-align: center;
	position:absolute;
	width: 242px;
	left: 75%;
	margin-left: -121px;
	height: 407px;
	top: 50%;
	margin-top: -203px;
	font-size:30px;
}
a
{
	text-decoration: none;	
}
.link1 img, .link2 img
{
	border: none;
}
.left .link
{
	color: black;
}
.right .link
{
	color: white;
}

