@charset "utf-8";
/* CSS Document */

.name {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	line-height: 100%;
}
.main {
	/*background-image: url(images/ball.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
	min-height: 555px;
}
.center {
	margin: 0 auto;
}

.number {
	font-weight: bolder;
	text-align: center;
	font-size: 400%;
	}
.position {
	font-size: 120%;
	text-align: center;
	margin-top: 0px
}
.stats {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	padding-left: 20px;
}

	
div.roster {
	float: left;
}
.roster ul {
	list-style-type: none;
    margin-top: 20px;
    margin-left: 20px;
    padding-left: 20px;
}

.jersey {
  background-repeat:no-repeat;
}

ul {
list-style-position: outside;
margin-top: 0px;
margin-left: 10px;
padding-left: 10px;
}

