
body {
	margin: 0;
	padding: 0;
	background-color: black;
	color: black;
	font-family: Helvetica, Arial, sans-serif; 
    font-weight: 100;
}

* {
	color: black;
	font-family: Helvetica, Arial, sans-serif; 
    font-weight: 100;
}

p {
	font-size: 18pt;
}

h2 {
	font-size: 35pt;
}

/* ----------- container ----------- */
.container{
	width: 100%; 
	height: 100%;
	min-width: 1000px; 
	min-height: 833px; 
	position: absolute;
	background: #e6d48f url(BG-photo.jpg) center no-repeat;
	background-position: top left;
	background-size: 100% auto;
}

.logo{
	width: 174px; 
	height: 23px;
	position: absolute;
	background: url(WW-Logo.svg) center no-repeat;
	margin-top: 25px;
	margin-left: 25px;
}

.body-wrapper {
	position: relative;
	float: left;
	margin-top: 80px;
	margin-left: 20%;
}

.title{
	position: relative;
	float: top left;
}

.title h2{
	font-weight: 300;
}

.body{
	margin-top: -25px;
	width: 415px;
	position: relative;
	float: top left;
}

.body p{
	font-weight: 200;
}
