@charset "UTF-8";
/* css/style.css */

 
 /* L A Y O U T */
*{
	margin:0;
	padding:0;
	}
body{
	background-color:#231f20;
	}
	
/* T Y P O */
*{
	font-family: times, serif;
	color:#fff;
	text-decoration:none;
	}
.hideme{ position:absolute; z-index:-3; overflow:hidden; top:0; left:0; width:1px; height:1px; }

#content  { width:100% }
#content  img { max-width:100% }