body 
{
	margin:0;
	padding: 0;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	background-color: #363637;
	background-image: url('images/inactive_bg.png');
	background-repeat: no-repeat;
}
#header
{
	margin-top: 230px;
	padding-top: 30px;
	background-position: top left;
	background-image: url('images/inactive_header.png');
	background-repeat: no-repeat;
}
#container
{
	padding: 20px;
	min-height: 210px;
	background-image: url('images/inactive_container.png');
	background-repeat: repeat-x;
}
