body {
	font-size: 14px;
	line-height: 26px;
	font-family: arial, sans-serif;
	color: black;
	background: black url(/images/background.jpg) no-repeat center 0px fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#footer {
    position: fixed;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}

#facebook {
    margin-top: 30px;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid;
    border-radius: 10px;
    border-color: rgba(136,136,136,0.6);
    padding: 30px;
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 5px rgba(136,136,136,0.6);
}