body {
	margin: 0 auto;
	padding: 10em;
	font-family: Palatino,Georgia,Times,serif;
	background: #030303 url(../images/background.png) no-repeat fixed;
}
	
h1 {
	font-size:1500%;
	font-style:italic;
	letter-spacing:0;
	line-height:1;
	margin:0;
	text-align:center;
	text-shadow:3px 3px 4px #000;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	color: #486868;
}
	
p {
	font-size: 125%;
	text-align: center;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	}
a {
	color: #7a92ad;
	}
a:link, a:visited {
	text-decoration:none;
	}
a:active {
	color:#DDD;
	}	
a:hover {
	text-decoration: underline;
	}
