/* CSS Document */

/* Background Lock */
#backgroundLock 
{
	 background-image: url(images/template/main_backdrop.png);
	  background-repeat: no-repeat;
	  background-position: top left
}	
	
/* Member Create Delete */
#memberCreateDelete 
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 400px;
	float:inherit;
}

/* Member Edit */
#memberEdit
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 800px;
	float:inherit;
}

/* Teams */
#teamsManage
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 800px;
	float:inherit;
}

/* Combo Create */
#comboCreate
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 400px;
	float:inherit;
}

/* Challenge */
#challenge
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 600px;
	float:inherit;
}

/* View/Edit Players */
#viewEditPlayers
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 800px;
	float:inherit;
}

/* Declare Winner */
#declareWinner
{
	text-align: center;
	position: absolute;
	left: 50px;
	top: 50px;
	width: 650px;
	float:inherit;
}

/* Data View Standings */
#dataViewStandings
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 600px;
	float:inherit;
}

/* Data View Member Stats */
#dataViewMemberStats
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 675px;
	float:inherit;
}

/* Data View Match History */
#dataViewMatchHistory
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 600px;
	float:inherit;
}

/* Data View Challenge */
#dataViewChallenge
{
	text-align: center;
	position: absolute;
	left: 100px;
	top: 100px;
	width: 600px;
	float:inherit;
}