html, body {
	height:100%; /* IE6: treaded as min-height*/
	background: #000 url(../images/bg.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
body {
	background: #000 url(../images/bg.jpg) no-repeat top center;
	text-align:center;
	font-family:verdana, arial, san-serif;
	font-size:12px;
	color:#fff;
}
img {
	border:none;
}
div#wrapper {
	width:968px;
	margin:0 auto;
	padding:40px 0 0;
	position:relative;
}
div#content {
	background: #f5f0ef url(../images/bg-content.jpg) no-repeat top center;
	width:980px;
	height:768px;
	position:relative;
}
div#contentRight {
	float:right;
	width:503px;
	padding:0 30px;
}
iframe#frame, div#frame {
	width:501px;
	height:300px;
	border:1px solid #ff276d;
	position:relative;
	top:210px;
	right:5px;
}
div#frame {
	border:none;
}
div#frame img {
	margin-top:100px;
}
.clear {
	font-size:1px;
	margin-top:-1px;
	clear:both;
	line-height:1px;
	height:1px;
	visibility:hidden
}
a.back {
	float:right;
	display:block;
	width:84px;
	height:35px;
	background:url(../images/back.jpg) no-repeat;
	margin:0 0 0 10px;
	position:relative;
	top:345px;
	right:5px;
}
a.live {
	float:right;
	display:block;
	width:170px;
	height:35px;
	background:url(../images/live.jpg) no-repeat;
	position:relative;
	top:345px;
}
div#footer {
	width:968px;
	margin:10px auto;
	font-size:10px;
}
#error {
	margin:10px auto;
	width:390px;
	height:473px;
	background:#fff;
	border:1px solid #00c2ff;
}
#errorMessage {
	padding:10px;
	text-align:left;
	color:#000;
}
#error h1 {
	padding:10px;
	color:#fff;
	font-size:18px;
	background:#00c2ff;
	text-align:left;
}
