@CHARSET "ISO-8859-1";
body {
	background-color:	#ddeaf4;
}

div.text {
	position:			absolute;
	color:				#FFFFFF;
	font-family: 		"Verdana";
	height:				100px;
	width:				500px;
	left:				50%;
	margin-left:		-250px;
	top:				50%;
	margin-top:			-60px;
	vertical-align: 	middle;
	text-align: 		center;
}

p.sub {
	color:				#FFFFFF;
	font-family: 			"Verdana";
	font-size:			9px;
	text-align: 			center;
}

img.field {
	position:			absolute;
	left:				50%;
	margin-left:		-200px;
	top:				50%;
	margin-top:			-80px;	
}