body{
	background-color: #424;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#884488', endColorstr='#220022');
	background: -webkit-gradient(linear, left top, left bottom, from(#848), to(#202));
	background: -moz-linear-gradient(top, #848, #202);
	background: linear-gradient(top, #848, #202);
	background-attachment:fixed;
	
	font-family: 'Rock Salt';
	font-size:26px;
	color: #FFFFFF;
	text-align: center;    }
