* {margin: 0; padding: 0; border: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9px;
	color: #333333;
	height: 100%;
}

div#container {
	margin: 25px auto;
	position: relative;
	width: 600px;
}

div#logo {
	text-align: left;
	width: 220px;
	float: left;
}

div#text {
	text-align: justify;
	margin-left: 220px;
	width: 330px;
}

p {
	padding: 5px;
}

img {
	vertical-align: middle;
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 25px;
   border-top: 1px solid #333333;
   text-align: right;
   background: #cccccc;
}

a {
	color: #39c7b9;
}
