@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	}
#content {
	height: 586px;
	width: 562px;
	position: absolute;
	left: 50%;
	margin-left: -281px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: 14px; 
	/* Half the height of the DIV tag which is also 50 pixels */
	}
#big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
	text-align: center;
	}
#middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC6600;
	text-align: center;
	}
#small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
	}
a:link {
	color: #CC6600;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #CC6600;
	}
a:hover {
	text-decoration: none;
	color: #CC6600;
	}
a:active {
	text-decoration: none;
	color: #CC6600;
	}