@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Screen Stylesheet
version:   1.0
date:      01/01/2010
author:    Peter Koopman
email:    peter@zulu.co.nz

website:   http://www.scribbledesign.co.nz

-----------------------------------------------------------------------------*/
/* Import other stylesheets
-----------------------------------------------------------------------------*/
@import url("reset.css"); 

/* Set up the document
-----------------------------------------------------------------------------*/
body{
	text-align:center;
	background-color: #000;
}
#wrapper{ 
	width: 456px; /* Set page width here - you can also use percentage */
	height:650px;
	background:no-repeat center top url(img/july2010.jpg);
	text-align:left;  
	margin:20px auto;
	border:solid 2px #fff;
	
}
h1, h2, h3, h4, p{
	visibility:hidden;	
}

