@charset "UTF-8";

#content {
	background-image:url(../images/blue_theme/content_blue_background.png);
	padding-left:40px;
	padding-bottom:10px;
}

#contentheader {
	position:relative;
	min-height:20px;
	background-image:url(../images/blue_theme/content_blue.png);
	background-position:0px 0px;
}

#contentfooter {
	position:relative;
	min-height:50px;
	background-image:url(../images/blue_theme/content_blue.png);
	background-position:bottom;
}


