/* Global Properties */
body {
	background-color: #066;
	color: #FFF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
}
h1 { font-size: 2em; }
#wrapper {
	max-width: 940px;
	margin: 20px auto 0 auto;
	position: relative;
}
#header {
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
#television {
	width: 74.4680851%; /* 700/940 */
	margin: 0 auto;
	padding: 30px;
	position: relative;
	background-color: #3C4D6C;
	border: 2px solid #09C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 10px 10px 20px #003333;
}
#television .button,
#power_but {
	float: left;
	margin-right: 10px;
	font-size: 1em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: bold;
}
#television .button {
	background-color: #09C;
	padding: .25em .625em;
}
#power_but {
	background-color: red;
	padding: .25em 0;
	min-width: 2.8125em;
	text-align: center;
}
.green { background-color: green; }
.red { background-color: red; }
#tv_screen {
	width: 97.14285714%; /* 680/700 */
	height: 383px;
	margin: 0 auto;
	border: 3px solid #666;
	background-color: #000;
}
#tv_screen iframe {
	width:100%;
	height: 100%;
}
#tv_screen .guide {
	background-color: #39F;
	height: 100%;
}
#tv_screen .guide h1 { padding: 50px 0 0 20px; }
#tv_screen .guide ul { margin: 3.125em 0 0 1.25em; }
#tv_screen .guide li {
	line-height: 40px;
	font-weight: bold;
}
#tv_butns {	padding: 20px 0; }
.chanel_id {
	right: 60px;
	top: 70px;
	padding: .3125em;
	position: absolute;
	background-color: #6CC;
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
	display: none;
}
#footer {
	font-size: 0.6875em;
	padding: 1.25em 0;
	text-align: center;
}