/* CSS Document */
/* Created by Matt Grylls, October 2009 */
/* matt@grylls.eclipse.co.uk */

body {
	background-color: #000;
	margin: 20px;
}

div#container {
	background-image: url(../assets/background.gif);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}

img.btmedge { 
	position: absolute;
	bottom: 0;
}

div#acrobat a { color: #fff; margin: 0; font-size: 0.9em; }
div#acrobat a:hover { color: #F6921E; text-decoration: none; }
div#acrobat { padding: 12px 0 0 20px; }
