body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	font: 11px helvetica, arial, sans-serif;
	background: #fff url(../img/bg.jpg) repeat-x  100% 100%;
}

html {
	height: 100%;
}

#text {
	position: absolute;
	bottom: 80px;
	left: 30px;
	display: block;
	width: 440px;
	height: 440px;
	background: white;
	padding: 0 10px 0 10px;
	overflow: hidden;
}

h1 {
	background: #fff url(../img/utilia.gif) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 28px;
	text-indent: -3000em;
	overflow: hidden;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	font-family: "Comic Sans MS", helvetica, arial, sans-serif;
	font-style: italic;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
}

#text a img {
	display: block;
	float: right;
	border: none;
}