@import url(http://fonts.googleapis.com/css?family=Six+Caps);

html {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 25px solid #fff;
    background: #111 url(../img/bgnoise.jpg);
	-webkit-font-smoothing: antialiased;
}

body {
    padding: 40px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1 {
	font-family: "Six Caps", sans-serif;
	font-size: 72px;
	font-weight: normal;
}

h2 {
    display: none;
}

#flexid {
	width: 600px;
	margin: 10%;
}

section#intro {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
}

a:link, a:visited {
  color: #16c6ab;
  text-decoration: none;
}

a:hover { 
	color: #e72440;
}

footer {
	display: block;
	font-size: 11px;
	color: #e72440;
}

