body {
	background: #000 url(/images/impact.jpg) no-repeat fixed center;
	background-size: cover;
	font-family: Calibri, Arial;
	color: #ffffff;
}

img {
	border-width: 0px;
}

div#logo, div#register {
	text-align: center;
	margin: 0 auto;
}

div#title {
	text-align: center;
	margin: 12px auto;
}

div.playercard-row {
    text-align: center;
    margin: 24px auto;
    width: 1250px;
}

img.playercard {
    margin: 6px;
}

img.fullbody {
    float: right;
}

div.player {
	font-size: 12pt;
	margin: 12px auto;
	padding: 12px;
	width: 450px;
}

div#id1 {
    background-color: rgba(20,48,26,0.67);
    border: 2px solid #70b577;
	border-radius: 6px;
}

div#id2 {
    background-color: rgba(37,36,59,0.67);
    border: 2px solid #8d8ac5;
	border-radius: 6px;
}

div#id3 {
    background-color: rgba(77,55,18,0.67);
    border: 2px solid #cfc482;
	border-radius: 6px;
}

div#id4 {
    background-color: rgba(79,35,16,0.67);
    border: 2px solid #d69572;
	border-radius: 6px;
}

div#id5 {
    background-color: rgba(24,38,54,0.67);
    border: 2px solid #7598c2;
	border-radius: 6px;
}

div#id6 {
    background-color: rgba(69,25,25,0.67);
    border: 2px solid #d27c7b;
	border-radius: 6px;
}

div#id7 {
    background-color: rgba(38,38,38,0.67);
    border: 2px solid #c0c0c0;
	border-radius: 6px;
}

div#id8 {
    background-color: rgba(47,51,34,0.67);
    border: 2px solid #9eb174;
	border-radius: 6px;
}

div#id9 {
    background-color: rgba(17,56,54,0.67);
    border: 2px solid #67c5c0;
	border-radius: 6px;
}

div#id10 {
    background-color: rgba(46,36,27,0.67);
    border: 2px solid #b4917c;
	border-radius: 6px;
}

#content h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0 15px;
}

#content p {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 6px;
}

div#youtube {
	text-align: center;
	margin: 12px auto;
	width: 700px;
}

div#footer {
	text-align: center;
	font-weight: bold;
	margin: 12px auto;
	width: 100%;
	color: #666666;
}

#footer img {
	margin-top: 3px;
}

a:link, a:visited {
	color: #1aa3ff;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff751a;
	text-decoration: underline;
}