body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#black{
	position: absolute;
	top:50%;
	width: 100%;
	height: 50%;
	background-color: Black;
	z-index: 0;
}

#white{
	position: absolute;
	top:0;
	width: 100%;
	height: 50%;
	background-color: #FAFAFA;
	z-index: 0;
}

#image{
	position: absolute;
	top:40%;
	height: 300px;
	width: 100%;
	background: url(img/crossbg.gif) repeat-x;
	z-index: 100;
	text-align: center;
}

#text{
	font-family:'trebuchet ms','century gothic',verdana,sans-serif;
	font-size: 22px;
	color: #FAFAFA;
	vertical-align: middle;
}

#text em{
	font-family:'trebuchet ms','century gothic',verdana,sans-serif;
	font-size: 50px;
	color: #FFE864;
}

#text a:link, #text a:visited{
	color: #D8F2BA;
	text-decoration: none;
}

#text a:hover{
	color: #9ACD32;
	text-decoration: none;
}