/* --- BACKGROUND --- */

h1, h2, h3 {
	line-height: 1;
	font-weight: normal;
	text-align: center;
}

h1 { font-size: 14px; }

h2 { font-size: 14px; color: #FFF; background: #000; }

h3 { font-size: 14px; font-weight: bold; color: #FFF; background: #000; }

A:LINK,A:VISITED {
	color: #FFF;
	background-color: transparent;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

A:HOVER {
	color: #CCC;
	background-color: transparent;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline overline;
}

/* --- CONTENT --- */
#content {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 700px;
	margin-left: -350px;
}

#content .block { margin-bottom: 21px; padding: 30px; background: #000; }

#television {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	min-width: 776px !important;
	min-height: 574px !important;
	width: 100%;
	height: 100%;
	font-size: 0px;
	border-collapse: collapse;
	background: url(img/blu_07.png) center center repeat;
}

#television .bottom .cx {
	background: url(img/bottom-cx.png) center bottom repeat-x;
}

#television .bottom .dx { background: url(img/bottom-dx.png) left top no-repeat; }

#television .bottom .sx { background: url(img/bottom-sx.png) left top no-repeat; }

#television .middle { width: 100%; }

#television .middle .dx {
	float: right;
	width: 161px;
	background: url(img/middle-dx.png) right center repeat-y;
}

#television .middle .sx {
	float: left;
	width: 161px;
	background: url(img/middle-sx.png) left center repeat-y;
}

#television .top .cx { background: url(img/top-cx.png) center top repeat-x; }

#television .top .cx, 

#television .bottom .cx { float: left; height: 287px; }

#television .top .dx { background: url(img/top-dx.png) right top no-repeat; }

#television .top .sx { background: url(img/top-sx.png) left top no-repeat; }

#television .top .sx, 

#television .top .dx,

#television .bottom .sx, 

#television .bottom .dx { float: left; width: 388px; height: 287px; }

#television .top,

#television .bottom { width: 100%; height: 287px; }