/*
    Document   : main.css
    Created on : Nov 5, 2011, 12:04:19 AM
    Author     : Steve Staples <thestapler.ca@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.body
{
	z-index: 50;
	margin: 130px auto 50px;
	min-width: 1000px;
	width: 1000px;
	text-align: left;
	min-height: 300px;
	height: auto;
}

