#main {
	height: 1400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	height: 310px;
	width: 800px;
	position: relative;
	bottom: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#text {
	height: 1000px;
	width: 466px;
	left: 294px;
	top: 200px;
	position: relative;
}
#address {
	float: right;
	height: 100px;
	width: 300px;
	position: relative;
	right: 41px;
	top: 215px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	line-height: normal;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: justify;
	line-height: normal;
}
body {
	margin: 0px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

