/* ---- GENERAL STYLES ----- */
html {
	width: 100%;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #000000;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

p.player {
	padding: 14px 0 14px 0;
	margin: 0px;
	text-align: center;
}

p.player a {
	font-size: 12px;
	color: #d4d3d3;
	text-decoration: none;
}

p.player a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a {
	outline: 0 !important;
	outline-style: none !important;
}

div#general_content {
	width: 100%;
}

/* MAIN CONTAINER STYLES */
div#main_scroller {
	float: left;
	width: 100% !important;
	padding: 0px !important;
}

div#main_container {
	width: 980px;
	margin: auto;
}

div#main_container_wrapper {
	float: left;
	width: 980px;
}

/* LANGUAGE BTNS */

#language{
	position:absolute;
	top:0px;
	left:840px;
}

#language #lan-english{
	width:63px;
	height:19px;
	position:absolute;
	left:0px;
	top:0px;
}

#language #lan-spanish{
	width:63px;
	height:19px;
	position:absolute;
	left:64px;
	top:0px;
}

/* english */
a#english_unselected {
	display:block;
	width:63px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/english_unselected.jpg) top left no-repeat;
}

a#english_unselected:hover {
   background-position:0 -19px;
}


a#english_selected {
	display:block;
	width:63px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/english_selected.jpg) top left no-repeat;
}

a#english_selected:hover {
   /*background-position:0 -19px;  no rollovers for selected btns */
}


/*spanish*/
a#spanish_unselected {
	display:block;
	width:63px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/spanish_unselected.jpg) top left no-repeat;
}

a#spanish_unselected:hover {
   background-position:0 -19px;
}


a#spanish_selected {
	display:block;
	width:63px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/spanish_selected.jpg) top left no-repeat;
}

a#spanish_selected:hover {
  /*background-position:0 -19px;  no rollovers for selected btns*/
}



