/* CSS Document */
*{
	border: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	line-height: 1.5;
	font-size: 14px;
}
body {
	font-size: 9px;
	color: #000;
	background-color: #000000;
	size: auto;
}

#header {
	margin-bottom: 40px;
	border-top:0px;
	width:100%;
	height:40px;
	background-color:#000000;
	text-align:center;
	
}

	#header img{
		margin:5px 0px 5px 5px;
	}


.absolute{
	position:absolute;
	
	left:0px;
	width:90%;
}

.inner-radius{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.outer-radius{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*box-shadow: 2px 2px 8px #000;*/
}


.opaque-dark-grey{
	background-color: #5D5D5D;
	/*opacity: 0.7;
	filter:alpha(opacity=70);*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	/*box-shadow: 2px 2px 8px #000;*/
}

.light-grey{
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


#MAIN{
	margin: 5px auto;
	width: 965px;
	height: 740px;
	padding: 10px;
}

#players{
	width: 950px;
	height: 655px;
	padding: 15px 0px 15px 15px;
}

#player{
	width: 400px;
	height: 670px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#player2{
	width: 520px;
	height: 670px;
	float: left;
	padding: 0px 0px 0px 15px;
}

#social{
	position: absolute;
	background-color:#ffffff;
	top: 980px;
	width: 945px;
	height: 20px;
		padding: 10px 10px 10px 10px;

}

