html { 
	background: url(nutrisense-teaser-page.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font: 150%/1.4 'Georgia', Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width:100%;
	margin: 0 auto; 
	text-align: center;
}
.content {
	padding: 20px 0;
}

.content.tag {
	padding: 300px 200px 0 0;
	float: right;
}
