@charset "utf-8";
/* CSS Document tpspg.css for theilenphotography.com
Copyright Theilen Design
Created by Theilen Design*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 76%;
	background: #111;
	text-align: center;
}

/*---------------div styles------------------*/

#splash {
	width: 800px;
	background: #000;
	margin: 30px auto;
	border: none;
	
}

#splash img {
	border: 2px solid black;
}

body h1 {
	display: none;
}