body {
		background-color: #181818;
		font: .8em/1.3em verdana,arial,helvetica,sans-serif;
		text-align: center;
	}

	#header {
		background: #181818 url(../images/header_new.jpg) no-repeat scroll top center;
		width: 100%;
		height: 80px;	
		min-width: 800px;
	}
	
	#footer {
		width: 100%;
		height: 40px;	
		min-width: 800px;
	}
	
	#footer a {
		text-decoration: none;
	}
	
	
	#frontPageContent {
		width: 760px;
		height: auto;	
		background-color: #333;
		color: #fff;
		text-align: left;
		margin: 20px auto;
		padding: 10px;
	}
	
	#flashcontent {
		width: 100%;
		height: 600px;	
		padding-top:10px;
	}
	
	#flickrTag, #flickrTag a {
		color: #CCC;
	}
	
	a {
		color: #FFF;
	}
