/*
	The body-wrap normally needs no presentation configuration.
	The only thing which may be useful is to set a background color for the
	whole website.
*/
body{
	background:white;
}

#body-wrap {
	position:absolute;
	left:0px;
	top:0px;
	background: none;
	width:815px;
}

#service-navigation,
#left-col,
#top-navigation,
#search-form,
#page-functions{
	display:none;
}

#middle-wrap{
	margin-left:0px;
}

a#homelink IMG{
	background:url(../images/Logo.gif) no-repeat;
}
/*
	Also for the head area normally only the background needs to be configured
	which results in a background-image and/or color.
*/
#head {
	background: none;
}

/*
	The main-wrap needs normally only a background color. It will be defined
	for the part between the head and the footer.
*/
#main-wrap {
	background: none;
}

#main-background{
	background: none;
}

#footer{
	background:none;s
}
