/* 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:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image:url(../images/main_bg.gif);
}

div#container-sub {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-color:#FFF;
}


div#content {
	padding:1em 1em 100px; /* bottom padding for footer */
}


div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(../images/foot_bg.gif);
	height:80px;
	padding:20px 0px 0px 0px;
}

div#footer-sub {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color:#000;
	height:80px;
	padding:20px 0px 0px 0px;
}

div#main{
	text-align:center;
	padding:0px;
	margin:0px;
}

.f_cont_box
{
	float:left;
	height:77px; 
	margin-top:-10px; 
	padding-left:10px; 
	padding-top:10px; 
	width:auto; 
}
img{
	border:0px;
}
img a{
	text-decoration:none;
}