

/*-- HTML --*/

body {
	padding: 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
	font-family: Helvetica, sans-serif;
}

#content {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
z-index: 0;
}

#background {
width: 1280px;
height: 800px;
margin-left: -640px;
left: 50%;
top: 0;
position: fixed;
z-index: -1;
}

#socialmedia {
margin-top: 50px;
}

#socialmedia img.socialmedia-image {
width: 32px;
height: 32px;
margin-right: 5px;
border: 1px;
}

 
a {
	color: #cccccc;
	text-decoration: underline;
}
h1 {
	color:#fff;
	font-size: 46px;
	font-weight: bold;
	padding: 10px;
	font-family: 'Enriqueta', serif;
}
h2 {
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}	
p  {
	color:#efefef;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Times New Roman', serif;
}
.mitten {
	width: 475px;
	text-align: left;
	}