/* My grandfather had a CAD drawing on his old computer that he spent lots
of time working on. It was called 'endoday', and once after a particularly 
frustrating day of being his intern, he showed it to me.  In it was a 
meticulously rendered, 3D image of the words "Fuck it!".  Alas, the original
seems to be lost forever, but this is my own interpretation.
                                           -Ian Westcott                     */

html, body {
	width: 100%;
	height: 120%;	
}

body {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 24pt;
	background-color: black;
	color: yellow;
	margin: 0px;
}

.scroll {
	position: relative;
	width: 600px;
	height: 100%;
	margin: 0px auto;
	padding: 150px 0px;
	text-align: center;
}

.scroll p {
	position: absolute;
	top: 0px;
	width: 600px;
	margin: 0 auto;
	font-style: italic;
	text-shadow: -2px -2px 15px #000000;
	filter: shadow(color='#000000', direction='120', strength='15');
}
