/*
	Title:      Base CSS rules for Schmitt PNG IR
	Author:     Christopher Schmitt, http://christopherschmitt.com/
	Updated:    Sunday; April 30, 2006
*/

body {
	text-align: center;
	background-color: #cf0;
	font-size: 62.5%;
	margin-top: 72px;
	background-image: url(urbanpattern40.jpg);
}

#frame {
	margin: 0 auto;
	width: 400px;
	text-align: left;
}

h1 img {
	display: none;
}

h1 {

	}

h1 a {
	display: block;
	width: 400px;
	height: 100px;
	background: url("hello_world.png") no-repeat 0 0; 
	text-indent: -1000em;
	}

h1 a span {
	display: none;
}

p {
	line-height: 1.5;
	font-size: 1em;
	font-family: Verdana, sans-serif;
}