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;
}

h1{
	font-family:'trebuchet ms','century gothic',verdana,sans-serif;
	font-size: 53px;
	color: #AEFF00;
}

h1 em{
	color: #F80058;
}

h2{
	color: #B0ECFF;
}

#text{
	font-family:'trebuchet ms','century gothic',verdana,sans-serif;
	font-size: 22px;
	color: #FAFAFA;
	vertical-align: middle;
}