@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
#generic {
	position:absolute;
	z-index:3;
	width: 300px;
}
#mainframe {
	position:absolute;
	width:300px;
	height:200px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -135px;
	z-index:1;
	border: 0px none #FFFFFF;
}

p {
	font-family: Arial, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 120px;
	line-height: 130%;
	margin-top:0px;
	margin-right:20px;
	color: #58595b;
}
h1 {
	font-family: Lucida Grande, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 110%;
	margin-top:0px;
	color:#8c0909;
}
