/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Anthony Carney
 Author:  SecretPenguin
          http://www.secretpenguin.com
 
 
*************************************************************/



/*============================================================
Body
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 18px; 
	color: #695B2E; 
	line-height: 22px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Helvetica', Arial, Helvetica, sans-serif;
	background: #050100 url(../images/bg.jpg) repeat-x center top;
	text-align: center;
	}
	
	
	
a, a:link, a:visited {
		color: #695B2E;
		text-decoration: underline;	
		}
	
	a:hover {
		color: #c2bd7e;
		text-decoration: underline;
		}	
	
#container {
	width: 955px;
	height: 600px;
	text-align: left;
	margin : 0px auto;
	}
	
#getflash {
	font-size: 64px;
	line-height: 58px; 
	letter-spacing: -2px;
	
	}
	
h1 {
	display: none;
	}
	
h2 {
	display: none;
	}	
	
blockquote {
	padding-left: 20px;
	}	
	
#footer {
	padding-top: 10px;
	text-align: right;
	clear:both;
	color: #797f5b;
	margin: 0;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;	
	}			
	
	#footer a, #footer a:link, #footer a:visited {
		color: #797f5b;
		text-decoration: none;	
		}
	
	#footer a:hover {
		color: #695B2E;
		text-decoration: none;
		}
		