/* CSS Document */
body
{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#f0fcd1;
	color:#98293a;
}
.header
{
	width: 100%;
	height: 100%;
}
.bg_container
{
	width:100%;
	height:96px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}
.logo
{
	width:184px;
	height:96px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}
