h1, p { font-family: 'Raleway', sans-serif; font-size: 40px; margin: 0; padding: 0; color: #6A80A2; color: #fff; text-align: center; font-weight: 300; }

html{ height:100%; min-height:100%; }

#content { margin: 0 auto; margin-top: 10%; width: 860px; width: auto; position: relative; }

.smile { color: #FFA275; transition: color 200ms; font-size: 19px; }
.smile:hover { color: #FF732F; }

a { text-decoration: none; }
p { font-size: 20px; }

.bg {
  background: url(/ui/arc-php.jpg) no-repeat center 70% fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
