html {height: 100%;}

body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%; /* %Resets 1em to 10px */
	height: 100%;
	margin: 0;
	background: #222 url('image/bg-body.jpg');
	color: #DDD;
}

img {border: none;}

a {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}
a:hover {color: #FF0; text-decoration: underline;}



#page {
	width: 650px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url('image/bg-page.png') repeat-y;
}

#page .text {
	margin: 0 60px;
	text-align: left;
}
#page .text h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
}
#page .text p {
	margin: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#footer {
	width: 650px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url('image/bg-footer.png') no-repeat;
	color: #777;
	font-size: 0.9em;
}
#footer a {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	color: #ff0;
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#address {
	float: left;
	padding-left: 50px;
	padding-top: 30px;
	text-align: left;
}

#copyright {
	float: right;
	padding-top: 30px;
	padding-right: 50px;
	text-align: right;
}