body {
    background: url(background.png) repeat-x left top;
}

h1, a {
    color: #fff;
    text-decoration: none;
}

h1 {
    font-weight: 700;
}

#horizon {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}
.container {
	width:500px;
}
.border-rounded {
    background: rgba(0, 0, 0, 0.50);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 3px solid #000;
    padding: 10px;
}

