@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-repeat: no-repeat;
}


.header_right {
	background-color: rgba(255,51,102,0.4);
	float: left;
	height: 100px;
	visibility: visible;
	background-position: right top;
	top: auto;
	right: auto;
	list-style-position: inside;
	overflow: visible;
	text-align: right;
	left: 60%;
	clear: left;
	display: inline;
	font-family: "Myriad Pro";
	font-size: 15px;
	color: rgba(255,255,255,1);
	word-spacing: 10px;
	vertical-align: bottom;
	font-weight: lighter;
	width: 50%;
	margin-top: 10%;
	position: absolute;
}
h2 {
	font-family: "Myriad Pro";
	font-size: 1.25em;
	font-weight: lighter;
	padding: 0px;
	text-align: left;
}



.container img {
	height: 65%;
	width: 65%;
}


.container .header_left img {
	height: 50%;
	width: 35%;
	float: right;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 5px;
}
