	*{
margin:    0% 0% 0% 0%;
padding: 0;
}	
	
	article, aside, details, figcaption, figure, 
footer, head, hgroup, menu, nav, section {
	display: block;
}
	html {margin: 0;
	padding: 0;
	border: 0;
	background-color: #9D8224;}
		
	body {margin: 0;
		padding: 0;
		border: 0;
		line-height: 1;
		background-image: url("backgrounds/gvcbg-dark.png");
		background-attachment: fixed;
		}
		
	.main {background-image: url("backgrounds/201red.png");
		width: 1000px;
		padding-left: 50px;
		padding-right: 30px;
		margin: auto;
	  }
	
	table {border-collapse: collapse;
	border-spacing: 0;}

	@font-face {font-family: Panas;
				src: url("fonts/PanasChill.ttf");}

	h1, h2, h3, h4, h5, h6, p {color: white;
							   font-family: Panas;}
	
	h4 {font-weight: normal;
		color: #FBEB66;
		animation-name: textflash;
		animation-duration: 1s;
		animation-direction: alternate;
		animation-iteration-count: infinite;}
	
	@keyframes textflash {
		0% {color: #B72225;}
		100% {color: #FBEB66;}
	}
	
	h5 {font-size: 14px;}
	
	h6 {opacity: 50%;
	font-weight: normal;}	

	p {line-height: 1.3;
	}
	
	a {color: white;}