body {
	background-image:url(images/background.jpg);
	background-position:center top;
	color:white;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
}

#wrapper {
	margin:0 auto;
	width:100%;
	height:100%;
	margin-top:25%;
	
}

#left {
	float:left;
	width:49%;
	height:100%;
}

#leftlogo {
	float:right;
	margin-right:40px;
	width:400px;
	border:0px;
}

#right {
	float:left;
	width:49%;
	height:100%;
}

#rightlogo {
	margin-left:70px;
	width:400px;
	border:0px;
}

.text {
	padding-left:10px;
	padding-top:20px;
}

img {
	border:0px;
}

a {
	color:white;
	text-decoration:none;
}

#footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
}