html { 
	background: url(bg2.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
}

html, body {
	font-family: 'Inder', sans-serif;
}

h1 {
	font-size:64px;
}

.center {
	text-align:center;
	margin:0 auto;
}

div#wrap {
	margin:0 auto;
	max-width:1000px;
	width:100%;
}

a {
	text-decoration:underline;
	color:#000000;
}
