/* CSS Document */
body {
	margin: 0 0 0 0;
	background-image: url(images/backing.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	margin: auto;

	padding: 0px;
	width: 478px;
	height: 800px;
	line-height:15px;
}
#menu {
	position: relative;
	left: 105px;
	top: 140px;
}
#text {
	position: relative;
	left: 60px;
	top: 220px;
	width: 400px;
}


