body {
	background: #333 url('back.png') top left repeat-x;
	margin: 0px auto;
	padding: 0;
	height: 100%;
	width: 60%;
	min-width: 550px;
}
/*************************************************/
/* Basic layout def.                             */
/*************************************************/
#header, #footer {
	width: 100%;
	height: 85px;
	background-color: #000;
	margin-bottom: 50px;
}
#content {
	width: 100%;
	height: auto;
	clear: both;
	display: table;
	margin-bottom: 1px;
}
#content #main {
	width: 567px;
	height: auto;
	background-color: #333;
	margin-right: 1px;
	float: left;
}
#content #sub {
	width: 190px;
	height: 100%;
	background-color: #333;
	float: left;
	font-size: 12px;
	padding-bottom:15px;
}
/*************************************************/
/* Additional def.                               */
/*************************************************/
BODY * {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#header H1 {
	line-height: 85px;
	margin: 0;
	font-weight: normal;
}
#header .grey {
  color: #333;
}
