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

/* Author: Dave Harvey 08/2010 */
/* UKFootie - colors css */

body {
	
	background-color: #ffcccc;
}

#main {
	border: #cc0000 5px solid;
}

a.button {	
    border: #cc0000 1px solid;
}

a.button:hover { 	
	background-color: #ffcccc; 	
}

.head {
    background-color: #cc0000;
    color: white;
}
td.home {
	width: 20%;
	text-align: center;
	vertical-align:bottom;
}

td.euro {
	width:33%;
	text-align:center;
}
td.games{
	width:25%;
	text-align:center;
}



	



