#general{
	text-align:center;
	font-family:calibri;
	margin:2%;
}

#teamtxt{
	font-family:calibri;
	font-size:150px;
    margin:2%
}

#playertxt{
	font-family:calibri;
	font-size:150px;
    margin:2%;
}

#gametype{
	margin:2%;
}

body{
background: rgba(0,63,189,1);
background: -moz-linear-gradient(45deg, rgba(0,63,189,1) 0%, rgba(145,255,250,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,63,189,1)), color-stop(100%, rgba(145,255,250,1)));
background: -webkit-linear-gradient(45deg, rgba(0,63,189,1) 0%, rgba(145,255,250,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,63,189,1) 0%, rgba(145,255,250,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,63,189,1) 0%, rgba(145,255,250,1) 100%);
background: linear-gradient(45deg, rgba(0,63,189,1) 0%, rgba(145,255,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003fbd', endColorstr='#91fffa', GradientType=1 );
}

html {
    min-height: 100%
}

#copyright{
    font-family:calibri;
	bottom:3;
	position:fixed;
	text-align:left;
	width:100%;
	font-size:18px;
}

#pcom{
	bottom:3;
	position:fixed;
	width:99%;
	text-align:right;
}