html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
 
* {
	margin:0px auto;
	padding:0;
}
 
div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -200px;
	float: left;
}
 
div#wrapper {
	width: 600px;
	height: 300px;
	clear: both;
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
 
}
 
/* Hide from IE5mac \*//*/
div#shim {
	display: none;
}
 
html, body {
	height: auto;
}
/* end hack */
 
/* ]]> */

h2, p {
	font-family: Georgia sans-serif;
	font-weight: normal;
	color:#fff;
	padding-top: 20px;
	padding-left: 20px;
}
h2 {
	font-size: 2em;
}
a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
