@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	height:100%;
	color: #666666; 
}
.footer{
	color: #ffffff;
	position: fixed; 
	bottom: 0; 
	background-color: #0068a3; 
	width: 100%; 
	height: 25px; 
	line-height: 25px;
	vertical-align: middle; 
}
.container{
	height: 100%; 
}
.agustinus{
	width: 295px;
	height: 256px;
	position:relative; /*allows for top property to move the element*/
	top:50%; /*moves it 50% of #container's height down the page*/
	margin-top:-128px; /*pulls it back up by half it's height*/
	margin-left: auto;
	margin-right: auto; /*H-centering in complaint browsers*/
}
.uc{
	position: relative; 
	margin-top: -50px; 
	text-align:center;
	z-index:1; 
}
.icon{
	position: fixed; 
	bottom: 30px; 
	left: 10px;
}
.icondetail{
	position: relative;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 3px;
	margin-left: 3px;
}
p{
	margin: 0;
}
h1{
	margin: 0;
	font-size: 12px;
}

