body {
    background-color: #000;
    background-image:url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top, center; 

}

.top {
    width: 100%;
    height: 25px;
}

.main {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.content {
    margin-top: 25px;
    text-align: center;
}

.covertextbox {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

.coverimage {
    border: 2px;
    border-color: black;
    padding: 5px;
} 


@font-face {
	font-family: Dosis;
	src: url('../fonts/dosis.eot');
	src: local(dosis), url('../fonts/dosis.otf') format('opentype');
}

h1 {
	font-family:Dosis;
	font-size:22px;
	color:#c49a6b;
	font-weight:normal;
	padding:10px 0px 0px 0px;
	text-decoration:none;
}

p {
	font-family:Verdana;
    color: white;
    font-size: 12px;
    line-height: 1.5;
}

.nut {
    color:#c49a6b;
}

a {
    color:#c49a6b;
}