/* Style Precedents
-------------------------------------------------------------------- */


	* {
	
		margin: 0;
		padding: 0;
	
		}
		
	img {
	
		border: 0;
	
		}
		
	header, footer, section {
	
		display: block;
	
		}
		
		
/* Layout
-------------------------------------------------------------------- */


	body {
	
		background: #000;
		width: 656px;
		margin: 0 auto;
	
		}

	header {
	
		position: relative;
		background: url('../images/freethechamp.jpg') no-repeat;
		margin-bottom: 25px;
		
		}

	header h1 {
	
		text-indent: -5000px;
		overflow: hidden;
		height: 550px;
	
		}
		
	header p {
	
		margin: 1em 100px;
	
		}
		
		
/* Content
-------------------------------------------------------------------- */

		
	body {
	
		color: #fff;
		font: normal 14px/20px Helvetica, Arial, sans-serif;
	
		}
		
	a {
	
		color: #5e7daf;
		text-decoration: none;
	
		}
		
	a:hover {
	
		text-decoration: underline;
	
		}
	
	
/* Content
-------------------------------------------------------------------- */


	#addthis {
	
		margin: 0 0 0 170px;
	
		}
	
		
/* Comments
-------------------------------------------------------------------- */


	.comments {
	
		width: 500px;
		margin: 0 auto 0;
	
		}
		
		
/* Footer
-------------------------------------------------------------------- */


	footer {
	
		text-align: center;
		font-size: 12px;
	
		}