body{
	font-family: 'Rock Salt', cursive;
	margin: 50px;
	background-image: url("images/bg_wood.jpg");	
	background-repeat: crepeat;
	background-position: center top;
}

h1 {
	text-align: center;
	font-size: 70px;
	color: rgb(41, 20, 0);
	margin: 0px;
}

li {
	font-family: 'Rock Salt', cursive;
}

.contact {
	text-align: right;
	padding: 10px;
}

.contact a:link{
	font-size: 20px;
	color: rgb(41, 20, 0);
}