html, body {
	position: relative;
	margin: 0;
	padding: 0;
	font: 16px arial, sans-serif;
	background: #fff;
}

.c {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.c img {
	display: block;
	position: relative;
	max-width: 100%;
	z-index: 1;
}

.text {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.text a {
	color: #fff;
}	
