@charset "UTF-8";
/* This CSS Document is linked to matches.html */

body {
	  background-image: url(../media/pictures/background.gif);
	  background-repeat: repeat-x;
	  margin:0px 300px;
	  }
	  
div#container {
	  width:700px;
	  height:auto;
	  margin: 0px;
	  background-color:#000000;
	  	  }

div#banner {
	  width:700px;
	  height:150px;
	  margin-top:0px;
    	}
			
div#navbar {
	width:700px;
	height:150px;
	padding:75px 15px;
	background-image: url(../media/pictures/banner.gif);
	background-repeat:no-repeat;
		}
		
div#main {
	width:700px;
	text-align:center;
	margin-top:10px;
	
	      }

img {
	border:none;
	}	
	
	
table  {color:#FFF;}	 

