/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
@font-face {
	  font-family: "Delicious";
	  src: url(http://www.fuseifyapp.com/Delicious.otf) format("opentype");
}	

body {
	background-color: #4a3a36;
	font-family: "Delicious", "Georgia", "Big Caslon", serif;
	color: #CCCCCC;
	text-shadow: 0px 0px 2px #000000;	
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrap {
	width: 100%;
	height: 200px;
	margin: auto;
	margin-top: 150px;
}

#CenterPiece {
	width: 750px;
	height: 121px;
	padding: 10px;
	margin: auto;
}

#Logo {
	margin-left: 235px;
	margin-bottom: 10px;
}

#Text {
	width: 750px;
	height: auto;
	font-size: 2em;
	text-align: center;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

#Footer {
	width: 500px;
	height: auto;
	font-size: 1em;	
	text-align: right;
	float: right;
}