@charset "UTF-8";
/* CSS Document */

* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {height: 100%;}

body {
	background-color:#000;
	color:#fff;
}

/* Vertical centering: make div as large as viewport and use table layout */
.mainHeart {
	text-align:center;
}
#polOpening {
	height:100%;
	}
#polOpening img {
height:100%;

width: auto;
max-height:615px;

}
#polLanding {
	display:none;
	
	margin-top:30px;
	height:30%;


	
}

#polLanding img {
	
	height:100%;
	width:auto;
		max-height:279px;
}
.centerHolderPrimary {
	position:relative;
	margin-top:10px;
	margin-bottom:25px;
	width:100%;

}

.innerWrapper {
	width:800px;
	display:inline-block;
	 
   

	
}
#hairLanding {
	
	max-height:214px;
height:30%;
display:none;
width:214px;
float:left;

	/*border: 1px solid #9F0;*/
}

#hairLanding img {
	height:100%;
	width:auto;
	float:left;
	max-height:214px;
	}
#fashionLanding {
display:none;
	
max-height:214px;
height:30%;
	float:right;
	/*border: 1px solid #9F0;*/  
}
#fashionLanding img {
		height:100%;
	width:auto;
	max-height:214px;
	
	
	}
#emailLanding {
	display: none;
	/*border: 1px solid #9F0;*/
	text-align:center;
	max-height:87px;

	height:12%;
	bottom:10px;
	position:relative;
	}
#emailLanding img {
	height:100%;
	width:auto;
	max-height:87px;
	}
.clear {
	clear:both;
}


