/* Nat Thomas style */
* { margin:0; }
html, body, #wrapper { height:100%; }
body > #wrapper { height:auto; min-height:100%; }

body {
	background:#CCC url("../images/bg1.png") 0 0 repeat-x;
	color:#FFF;
	text-align:left;
}
a {
	border-bottom:1px #FFF dotted;
	color:#FFF;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#CCC;
	border-bottom:none;
}

#main {
	margin:0 auto;
	padding:0;
	width:960px;
}
#main p {
	float:left;
}
#logo {
	margin:0 auto;
	background:transparent url("../images/logo-small.png") 0 180px no-repeat;
	height:500px;
	padding:0 0 0 0;
	width:241px;
}
