/* 
    Document   : bg
    Created on : Dec 2, 2009, 8:49:26 PM
    Author     : benp
    Description:
        Purpose of the stylesheet follows.
*/

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

body {
	font-family: "Helvetica Neue Light", Helvetica, sans-serif;
	font-size: 0.75em;
	color: #1F7774;
	text-align: center;
	background-color: #C7E1DC;
	margin:0;
}

#container {
	width:917px;
	margin-right:auto;
	margin-left:auto;
	padding:30px 65px 20px 68px;
	background-image: url('../images/layout/bg_gradient.jpg');
	background-repeat:repeat-y;
	overflow:hidden;
	text-align:left;
    min-height: 100%;
    height: auto;
}
