html {
	height: 100%;
}

body {
	margin: 0px;
	background: #000000 url(/img/layout/tv_main/body_bg_a.png) repeat-x scroll 50% 0;
	color: #CCC;
	font-family: "Helvetica","Arial","sans-serif";
	font-size: 12px;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -62px;
	background: transparent url(/img/layout/tv_main/funky_bg_a.jpg) no-repeat scroll 50% 55px;
	width: 980px;
}

.push {
	height: 62px;
}

#header {
	background: #000000 url(/img/layout/tv_main/banner_slice.gif) repeat-x scroll 50% 0;
	margin: 0 auto 30px auto;
	width: 850px;
	height: 56px;
	border-width: 0 2px 2px;
	border-style: none solid solid;
	border-color: #333333;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#header img {
	margin-left: 5px;
}

#header p {
	padding: 25px 15px 0 0;
	text-align: right;
	margin: 0px;
}

#header a {
	color: #CCCCCC;
	font-size: 10pt;
	text-decoration: none;
}

#header a:hover {
	color: #AAAAAA;
}

#flashMessage, #authMessage {
	color:#333333;
	line-height:14px;
/*	background:#666666 url(/img/layout/msgFail.png) no-repeat scroll 3px center;*/
	background-color: lightyellow;
	border:1px solid #cccccc;
	margin:5px 0 20px;
	font-weight:bold;
	padding:5px 3px 5px 23px;
}

#content {
	width: 728px;
	margin: 0 auto 30px;
	padding: 39px;
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	CCborderRadius: 5px;
	border: 2px solid #333;
}

#content.content_light {
	background-color: #FFF;
	color: #000;
}

#footer {
	background: transparent url(/img/layout/tv_main/footer_tile.gif) repeat-x scroll 50% 0;
	margin: 0 auto;
	padding: 5px;
	width: 840px;
	height: 50px;
	color: #000;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #333333;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#footer p {
	color: #707070;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: center;
	width: 700px;
}
