
div[data-component=screen] {
	position: absolute;
	top: 0px;
	width: 1010px;
	height: 568px;
	z-index: 4;	
}

div[data-component=screen] .section {
	color: rgb(207, 60, 39);
	font-family: myriad-pro, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 20px 2px 20px;
}

div[data-component=screen] .title {
	position: relative;
	top: -28px;
	color: rgb(35, 31, 32);
	font-family: reklame-script, arial, sans-serif;
	font-size: 43px;
	margin: 0px 20px 0px 20px;

	transform: rotate(-3deg);
	-webkit-transform:rotate(-3deg); /* Safari and Chrome */
	-moz-transform:rotate(-3deg); /* Firefox */
	-o-transform:rotate(-3deg); /* Opera */
	-ms-transform:rotate(-3deg); /* IE 9 */
}

div[data-component=screen] .content {
	margin-left: 20px;
	width: 475px;
}

div[data-component=screen] .content.quarter-col {
	width: 227px;
}

div[data-component=screen] .content.half-col {
	width: 475px;
}

div[data-component=screen] .content.third-col {
	width: 310px;
}

div[data-component=screen] .content.full-width-col {
	width: 970px;
}