/* Copyright 2007 Le Bloke Communications Inc. - All rights reserved 
 *
 * Created by Alex Williams - http://www.alexwilliams.ca
 *
 */

body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
}

#main {
	/* Support for screen resolutions of 1024x768 */
	margin: 30px auto;
	border: 1px solid #000;
	width: 960px;
	height: 542px;
}
