@charset "UTF-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;
}
div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: auto;
	background: #fff;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#header {
	background-color: #001B53;
	height: 16px;
}

div#content {
	height: auto;
}

.content_main {
	background-color: #666666;
}
.content_bg {
	background-image: url(../images/content_bg.gif);
}


div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 16px;
	background-color: #001B53;
}
