html {
    background: url(./pennhillsbg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.main {
    text-align: center;
    z-index: 10;
}

#logo {
    max-width: 550px;
}

.button {
    max-width: 300px;
    margin: 20px;
    -webkit-box-shadow: 0 0 10px 10px rgba(255,255,255,0.25);
    box-shadow: 0 0 10px 10px rgba(255,255,255,0.25);
    border-radius: 10px;
}

footer {
    z-index: 1;
    text-align: center;
    padding: 10px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
}

a, a.link, a.active, a.visite {
    color: #FFFFFF;
}
a:hover {
    color: #FFCC00;
}

.social {
	width: 1px;
	height: 1px;
	opacity: 0;
}