/* Copyright 2007 line19 entertainment LLC, <http://www.line19.com/> All rights reserved. */

/* generic page layout */
html { 
	height: 100%; 
}

body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#content {
	font-family:"Verdana", Times, serif;
	font-size: 12px;
	position:relative;
}