﻿body {
	margin:0px;
	padding:0px;
	background-color:#ffcc00;
}
img 
{
	display:block;
}
ul 
{
	list-style:none;
	padding:0px;
}
li 
{
	
	border:solid 4px #ffcc00;
	background-color:#ddaa00;
	padding:4px;
}
p 
{
    margin:0px;
    padding:0px;
}
#left {
	background-image: url(../images/tv/left.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed;
}
#right {
	background-image: url(../images/tv/right.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-attachment: fixed;
}
#screen {
	margin:auto;
	margin-top:92px;
	margin-left:115px;
	padding-right:210px;
	padding-bottom:100px;
	position:relative;
	display:block;
	margin-bottom:100px;
}
#content 
{
	margin:auto;
	width:652px;
}
#top {
	position:fixed !important;
	height:92px;
	top:0px;
	width:100%;
	background-image: url(../images/tv/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}
#topLeft {
	position:fixed !important;
	top:0px;
	left:0px;
	background-image: url(../images/tv/top_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:408px;
	height:92px;
}
#topRight{
	position:fixed !important;
	top:0px;
	right:0px;
	background-image: url(../images/tv/top_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width:500px;
	height:92px;
}
#leftTop {
	position:fixed !important;
	top:92px;
	left:0px;
	background-image: url(../images/tv/left_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width:115px;
	height:201px;
}
#rightTop {
	position:fixed !important;
	top:92px;
	right:0px;
	background-image: url(../images/tv/right_top.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width:220px;
	height:210px;
}
#leftBottom{
	position:fixed !important;
	bottom:110px;
	left:0px;
	width:115px;
	height:225px;
	background-image: url(../images/tv/left_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#rightBottom{
	position:fixed !important;
	bottom:110px;
	right:0px;
	width:220px;
	height:211px;
	background-image: url(../images/tv/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#bottom {
	position:fixed !important;
	bottom:0px;
	width:100%;
	height:100px;
	background-image: url(../images/tv/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#bottomLeft{
	position:fixed !important;
	bottom:0px;
	left:0px;
	width:408px;
	height:110px;
	background-image: url(../images/tv/bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#bottomRight{
	position:fixed !important;
	bottom:0px;
	right:0px;
	width:500px;
	height:110px;
	background-image: url(../images/tv/bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

