	html {
height: 100%;
min-height: 100%;
width: 100%;
}

	body {
margin:0px;
height: 100%;
min-height: 100%;
width: 100%;
text-align: center;
background-color:#ffffff;
}

	a {
color:#000000;
}

	a:hover {
color:#333333;
}

	img {
border:0px;
}

	div.wrap {
background-color:#ffffff;
}

	div.logo {
padding:5% 0px 1% 0px;
}

	div.content {
margin:3px 0px 3% 0px;
width:650px;
padding:15px;
text-align:justify;
font-size:11pt;
font-family:Tahoma;
}

	div.footer {
width: 100%;
position: absolute;
bottom: 0px;
left: 0px;
background:url('images/background-grad.jpg') repeat-x bottom center;
}