html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #fff url(img/body.gif) repeat-y 50% 0;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

a {
	font-weight: bold;
	color: #036;
	text-decoration: none;
}

a:hover {
	color: #03f;
}

#container-page {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#container-head {
}
	
	#container-head #title {
		margin: 0;
		padding: 0;
		height: 82px;
		background: transparent url(img/header.jpg) no-repeat 0 0;
		text-indent: -1000em;
	}
	
	#container-head #menu {
		border-top: 1px solid #a5c8ee;
		margin: 0;
		padding: 0;
		height: 30px;
		background: transparent url(img/menu_bg.gif) repeat-x 0 0;
		line-height: 30px;
		text-align: center;
	}
	
	#container-head #menu p {
		margin: 0;
		padding: 0;
	}

#container-content {
	padding: 180px 20px 20px 20px;
	background: transparent url(img/content.jpg) no-repeat 0 0;
	min-height: 620px;
	_height: 700px;
	width: 520px;
	_width: 780px;
}

	#container-content-left {
		float: left;
		width: 200px;
	}

	#container-content-right {
		float: right;
		width: 500px;
	}

#container-foot {
	width: 100%;
	background: #CCC;
/*
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
*/
	min-height: 47px;
	_height: 47px;
	background: #abcdff url(img/footer.gif) repeat-x 50% 0;
	text-align: center;
	line-height: 47px;
}

	#container-foot p {
		margin: 0;
	}

