
body {
	background-image: url(images/tile.gif);
	background-repeat: repeat;
	font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

#myContent {
	margin-top: 0px;
}

#wrapper a {
	text-decoration: none;
	color: #D8CEC3;
}

#footer {
	text-align: right;
	margin-right: 50px;
	margin-top: -15px;
	}
	
