* {
	margin:0;
	padding:0;
}

html {
	height: 100%;
}

body {
	background: #FFF;
	color: #222;
	height: 100%;
	background: url("../img/bgf.jpg") no-repeat center;
	background-size:cover;
}

.container {
	margin: 0 auto;
}

.tvframe {
	width: 800px;
    height: 520px;
	background: url("../img/tvf.png") no-repeat center;
	background-size:contain;
	position:relative;
	transform-origin: top left;
}


.screenframe {
	width: 719px;
    height: 406px;
    position: absolute;
    left: 37px;
	top: 36px;
	background: #000;
	overflow:hidden;
}

.screenframe iframe {
	width: 100%;
	height: 100%;
	position:absolute;
	overflow-x:hidden;
}