#header a{
		font-family:"My Custom Font";
		color:red;
}

@font-face {
    font-family: "My Custom Font";
    src: url(CF_PunkRockShow.ttf) format("truetype");
}
body{
	background:url("bg.jpg");
	margin:0px;

}
#header{
	font-size:50px;
	text-align:center;
	background-color:#000000;
	width:100%;
	height:120px;
	background-size:cover;
	border-bottom:30px solid #CC0A0A;
}	
.nav{
	width:100%;
	height:50px;
	background-color:white;
}
.button{
	height:50px;
	width:33.333%;
	background-color:#FFF500;
	color:black;
	float:left;
	text-align:center;
	margin:0px;
	font-size:25px;
	font-family:courier new;
	}
.content{
	width:66.65%;
	height:900px;
	background-color:#000000;
	margin-left:16.6666%;
	border-right:20px dotted #CC0A0A;
	border-left:20px dotted #CC0A0A;
	font-size:20px;
		padding:5px;
}
.button:hover{
	background-color:#000000;
	color:white;
}
#header a {
	text-decoration:none;
	
}
span{
	text-align:center;
	font-size:50px;
	font-family:courier new;
}
.content p{
	padding:5px;
}
.content p{
	text-align:center;
	font-size:50px;
	font-family:courier new;
	color:white;
}
body, a:hover {cursor: url(http://cur.cursors-4u.net/anime/ani-11/ani1030.cur), progress !important;} 
