body
{
	background-color: #fbfbfb;
	
}
.wrapper
{
	background-image: url('/images/blur.png');
/* 	background: center top; */
	background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto;
}
.container
{
	border: 1px solid #bbbbbb;
	background-color: white;
	color: #424242;	
}

#header h1
{
	text-indent: -9999px;
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	height: 120px;
}

#footer
{
	background-color: #ff3d8a;
	color: white;
	text-align: center;
	padding: 10px;
	border: 1px solid gray;
}
