/* CSS Definition for hoesz.at */
/*   Hand coded with Notepad   */
body
{
	height: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
}		
#container
{
	position:absolute;
	top:50%;
	width:100%;
	height:160px;
	margin-top:-90px;
}
p
{
	font-size: 25pt;
	text-align:center;
}
#author
{
	font-size: 16pt;
	color:#696969;
	text-align:center;				
}
#uc
{
	position:fixed;
	bottom:0px;
	text-align:right;
	width:100%;
	color:#000;
	font-size:14px;
	font-family: Arial;
}		