* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	background-image: url("background.gif");
	height: 100%;
}


div#container_main {
	width: 624px;
	height: 100%;
	margin: auto;
	background-image: url("content.gif");
	background-repeat: repeat-y;
}


div#container_header_background {
	width: 624px;
	padding-bottom: 4px;
	margin: auto;
	background-image: url("background.gif");
}


div#container_header {
	width: 624px;
	height: 156px;
	background-image: url("header.png");
	background-repeat: no-repeat;
}


div#container_navigation {
	width: 584px;
	height: 24px;
	margin-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("menu.gif");
	background-repeat: repeat-y;
}


div#container_content {
	width: 584px;
	margin-top: 4px;
	padding-top: 2px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url("content.gif");
	background-repeat: repeat-y;
}
