@charset "UTF-8";

body {
	
	background-image: url('bg.png');
	color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	font-family: Cantarell;
	
}

/*Headings*/

h1 {
	
	color: inherit;
	font-size: 28px;
	font-family: ChunkFive;
	margin-bottom: 10px;
	text-align: left;
	
}

/*DIVs and Other Custom Elements*/

#wrapper {
	
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}

#content {
	
	width: 780px;
	padding: 10px;
	background-color: #FFF;
	color: #333333;
	
}

#center {
	
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	
}

a, a:active, a:visited {

	margin: 20px;
	color: #FFF;
	
}

a:hover {
	
	color: #000;
	
}

.links {
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}