/* CSS Document */


body,html {
	width:100%;
	height:100%;
	background-color: white;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
}

#wrapper {
	width:100%;
	height:100%;
}

#hatesFlash {
	height:100%;
}

#hatesFlash p{
	text-align:center;
	margin:0 auto;
	padding-top:20%;
}