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

@font-face {  
     font-family: 'special_1';  
     src: url('http://www.monsterchampionshipwrestling.com/fonts/endzoneslabbold.eot');  
}  
   
@font-face {  
     font-family: special_1;  
     src: local('special_1'),  
     local('special_1'),  
     url("http://www.monsterchampionshipwrestling.com/fonts/endzoneslabbold.ttf") format("opentype"); 
}

body {
	font: special_1, Arial, Helvetica, sans-serif;
	background-image: url( http://www.monsterchampionshipwrestling.com/images/mcw_global_bg.jpg );
	margin: 0px; background-repeat:no-repeat;
	background-position:center top;
	background-color:#EEE; 
}
body a:link, body a:active, body a:visited {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
}
body a:hover {
	color: #666;
	text-decoration: underline;
	font-size: 14px;
	}
.top {
	width: 100%;
	height: 55px;
	background-image: url( http://www.monsterchampionshipwrestling.com/images/top_mcw_tilebar.jpg );
	margin: 0px;
	background-repeat:repeat-x;
	background-position:center top;
	border: 0px;
	background-color:#333;
	color: #FFF;
	font-family: special_1, Arial, Verdana, sans-serif;
	font-size: 24px;
}
.footer {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
