html, body 
{
	height:100%;
	width:100%;
	background:#d5d5d5;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Helvetica, sans-serif;
}

body a:link {
color: #0000FF;
text-decoration: none;
}
body a:visited {
text-decoration: none;
color: #0000FF;
}
body a:hover {
text-decoration: none;
color: #f00;
}
body a:active {
text-decoration: none;
}


div {
	background-color:#fff;
	margin:3%;
	padding:3%;
	text-align:center;
}

#logo {
	background:#fff url(../images/bg_top.png) left top no-repeat;
	min-height:120px;
	margin-bottom:0;
}

div#text{
	font-size:1em;
	margin-top:0;
	margin-bottom:0;
}

div#footer
{
	background:#fff url(../images/bg_bottom.png) right bottom no-repeat;
	letter-spacing:0.1em;
	font-size:0.65em;
	color:#666666;
	margin-top:0;
}

img{
	border:0;
}