@charset "utf-8";
/* CSS Document */
body {
	background: #262626;
}
#header {
	background: url("../Images/bckg_tincan.png") no-repeat;
	background-size: cover;
	overflow: hidden;
	height: 780px;
}
.logo {
	width: 300px;
	height: 300px;
	position: relative;
	top: 84px;
	left: 60px;
}
.mano {
	position: relative;
	top: -242px;
	left: 500px;
}
.content {
	width: 1000px;
	height: 780px;
	margin: auto;
	padding: 30px;
}
.content p {
	width: 443px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	font-size: 36px;
	text-align: right;
	position: relative;
	top: -682px;
	line-height: 30px;
}
.content span {
	color: #ce9100;
}
