/* CSS Document */

	html {
	height: 100%;
	}

	body {
	margin: 0 auto;
	height: 100%;
	padding-top: 150px;
	font-family: Georiga, serif;
	font-size: 12pt;
	font-style: italic;
	color: #b4bd34;
	background-color: #404041;
	text-align: center;
	}
	
	#front_wrapper{
	width: 415px;
	line-height: 50px;
	text-align: center;
	margin: 0px auto;
	height: auto;
	position: relative;
	top: 0px;
	}

