@charset "UTF-8";
/* CSS Document */

.main{
	width:95%;

text-align:center;
}

main small{
size:.5em;
}

.home { 

	background-color:#FF0000;
	text-align:right;
	float:left;
	width:45%;
	height:400px;

padding: .25cm;

}

.home p{color:#ffffff;}


.away { 

	background-color:#0000ff;
	text-align:left;
	float:right;
	width:45%;
	padding: .25cm;
	height:400px;

}
.away p{color:#ffffff;}
.graphbox{

width=95%;
}
.footer{
clear:both;
float:none;
text-align:center;
}
