body{
	background-color: #444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#222222');
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#222));
	background: -moz-linear-gradient(top, #888, #222);
	background: linear-gradient(top, #888, #222);
	background-attachment:fixed;
	
	font-family: 'Rancho', cursive;
	font-size:256px;
	color: #FFFFFF;
	text-align: center;
}

p{
	margin-top: 200px;
}