html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 60px;
	background: url(../images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;

  height: 60px;
  line-height: 60px;
  text-align:center;
}

.main-container {
  width: 450px;
  padding-left:10px;
}

.main-container > p, h1 {
	margin:5px;
}

.main-text::after{
	content: '';
    display: block;
    margin-top: 8px;
    border-top: 1px solid;
    border-top-color: #fff;
    border-top-color: #fff;
    border-bottom: 1px solid;
    border-bottom-color: #000;
    border-bottom-color: rgba(0,0,0,0.3);
    -moz-animation: line 1s;
    -webkit-animation: line 1s;
    animation: line 1s;
}