* {
	margin: 0;
	padding: 0;
	}

html {
	background: #fcf2e6 url('/images/bg_grunge_bottom.jpg') bottom left no-repeat;
	height: 100%;
	}
	
body {
	height: 100%;
	}

p {
	color: #333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: #333;
	}
	
a:hover {
	text-decoration: none;
	}
		
#wrapper {
	height: 100%;
	padding-left: 65px;
	}
	
#logo {
	border: 0;
	margin: 200px 0 0 0;
	}
