html,body {
	height: 100%;
	font-size: 100%;
	font-family: "Open Sans", helvetica, arial, sans-serif;	
}

.copyright {
	font-size: 13px;
	text-align:center;
    position: absolute;
    width: 100%;
    bottom: 2%;
}

.container{
	text-align:center;
	height: 100%;
	background-size: cover;
	background-image: url('../img/background.jpg');
    background-position: center;
   -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
  position:relative;
	}

a {
	font-weight: bold;
	color: #db021e;
}
a:hover {
	text-decoration: underline;
	color: #12225a;
}
