.bg {
    background: #ccc;
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.wrapper {
    max-width: 750px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    top: 50%;
    margin-top: -208px;
}

p.coming-soon {
    font-size: 24px;
    font-weight: 500;
    margin: 40px 0px;
	color: white;
}

hr {
    background: #CE975A;
    height: 2px;
    border: none;
    width: 130px;
}

p {
    font-size: 16px;
	font-family: 'Open Sans';
    line-height: 24px;
    margin: 25px 0px;
    text-shadow: 0px 5px 4px rgba(0,0,0,0.50);
	color: white;
    padding: 0 15px;
}

h1 {
	font-family: 'Open Sans';
    font-size: 64px;
    font-weight: 500;
    text-shadow: 0px 5px 4px rgba(0,0,0,0.50);
    line-height: 64px;
    margin: 0px 0px 25px;
    padding: 0 15px;
	color: white;
}

p a {
    color: #CE975A;
}