html{
	height:100%;
	overflow-x:hidden;
}

body{
	margin: 0px;
	padding:0px;
	color:#000000;
	background:#FFF;
	height:100%;
	overflow:hidden;
}

#container_content{
	width: 100%;
	height:100%;
	/*background:#FFFFFF url(../images/website_uc_2020.jpg) left top repeat;*/
}

