.wrapper {
	//width: 99%;
	width: 520px;
	padding: 10px;
	background-color: #fcfcfc;
}

body:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	content: url(img/2face_logo2.png);
}

.logo {
	width: 60px;
	height: 32px;
	background-image: url(img/2face_logo1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	float: center;
}
.logo:hover {
	background-image: url(img/2face_logo2.png);
}

.header1 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 100;
	text-align: left;
	text-transform: none;
	line-height: 28px;
	word-spacing: 0px;
	float: none; 
	//z-index: 200;
}

.main-p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 100;
	font-style: none;
	text-align: left;
	text-transform: none;
	line-height: 22px;
	word-spacing: 0px;
	z-index: 100;
}

.secondary-p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 100;
	text-align: left;
	text-transform: none;
	line-height: 18px;
	word-spacing: 0px;
	z-index: 100;
}


.footer {
    color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
