body {
	font-family: 'Helvetica';
	min-height: 1024px;
}

/*
	Header
*/
header#pageHeader {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 11px;
	
}


section {
	display: none;
	width: 700px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}



/* Video */
section#video {
	background: url("tv.png") center center no-repeat;
}
section#video video {
	position: relative;
	top: 300px;
	left: 140px;
	width: 360px;
	height: 240px;
	
	-webkit-transform: rotate(-8deg);
	-moz-transform:  rotate(-8deg);
	}
}

