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


html{
	height: 100%;
}

body {
	margin: auto 0;
	height: 100%;
	text-align:center;
	background-color:#fffbf8;
	}

#logotemp {
	padding-top: 50px;
	text-align:center;
}

h1 {	
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:16px;
	font-weight:bold;
	}
	
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
}