@charset "UTF-8";
* {
padding: 0;
margin: 0;
}


body {
	background-color: #666666;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 815px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #FFF;
	background-image: url(../images/cagefreetv-3.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 1000px;
}

#footer {
	color:#000;
	position: absolute;
	bottom: 0px;
	width: 800px;
}


#main_stage {
	position: absolute;
	left: 36px;
	top: 200px;
	height: 365px;
	width: 457px;
}

#window1 {
	position: absolute;
	left: 24px;
	width: 237px;
	height: 157px;
	top: 620px;
}

#window2 {
	position: absolute;
	left: 290px;
	width: 237px;
	height: 157px;
	top: 620px;
}

#window3 {
	position: absolute;
	left: 554px;
	width: 237px;
	height: 157px;
	top: 620px;
}

#chat {
	position: absolute;
	height: 175px;
	width: 407px;
	bottom: 170px;
	left: 48px;
}


/* Single Player Styles */

#container_sp {
	width: 815px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #FFF;
	background-image: url(../images/cagefreetv-ucsb.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 800px;
}

#container_sp #main_stage {
	position: absolute;
	left: 35px;
	top: 200px;
	height: 365px;
	width: 457px;
}

