body {
background: #000000;
margin: 0px;
font-family: 'Dosis', sans-serif;
}

.header {
background: url('img/head.jpg') repeat-x;
height: 766px;
}

.head {
background: url('img/header.jpg') no-repeat;
margin: 0 auto;
width: 988px;
height: 766px;
}

.nav {
width: 750px;
margin: 0 auto;
text-align: center;
font-size: 20px;
}

.nav a {
color: #41a3a9;
line-height: 200%;
margin-top: 10px;
width: 150px;
display: block;
float: left;
}

.nav a:hover {
color: #d8be15;
	z-index: 100;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;	
		transition: all 500ms ease-out;
}

a {text-decoration: none;}

#wrap {
margin: 0 auto;
width: 1000px;
}

.title {
color: #827482;
font-size: 35px;
text-transform: uppercase;
letter-spacing: 5px;
text-align: right;
margin-top: -50px;
margin-bottom: 40px;
}

.content {
width: 900px;
color: #a2a2a2;
line-height: 250%;
font-size: 17px;
margin: 0 auto;
}

.content p {
font-family: "sans-serif";
}

b, i, u {font-family: 'Dosis', sans-serif; color: #827482;}

.content a {
text-decoration: none;
font-size: 14px;
font-family: 'Dosis', sans-serif; color: #827482;
}

.content a {color: #918190;}

.affiliates a {font-size: 22px; text-transform: uppercase; color: #918190;}

.affiliates a:hover {
color: #44a7a4;
	z-index: 100;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;	
		transition: all 500ms ease-out;
}

a img {
opacity: 0.7;
}

a:hover img {
opacity: 0.8;
	z-index: 100;
		-webkit-transition: all 600ms ease-out;
		-moz-transition: all 600ms ease-out;
		-o-transition: all 600ms ease-out;
		-ms-transition: all 600ms ease-out;	
		transition: all 600ms ease-out;
}

.content-sites img {float: left; opacity: 0.4;}

.content img {opacity: 0.4;
}

.sites {
margin-top: 30px;
margin-bottom: 30px;
font-family: 14px;
color: #515151;
}

.sites span {color: #7c6f7c; text-transform: uppercase;}

.sites a {text-transform: uppercase; color: #a590a9;}

.sites a:hover {
color: #c0abbf;
	z-index: 100;
		-webkit-transition: all 500ms ease-out;
		-moz-transition: all 500ms ease-out;
		-o-transition: all 500ms ease-out;
		-ms-transition: all 500ms ease-out;	
		transition: all 500ms ease-out;
}

.box {
width: 600px;
margin: 0 auto;
}

.footer {
text-align: center;
color: #444444;
line-height: 300%;
font-size: 14px;
margin-top: 60px;
}