/* CSS Document */

	
	body,h1,h2,h3,ul,li,p {margin:0; padding:0;}
	img{border:none;}
	a{
		color:#8f0303;
		text-decoration: none;
		}
	a:hover{text-decoration:underline;}
	html{height:100%;}	
	body{
		height: 100%;
		background-color:#d8d6d7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		}
	
	#wrapper{
		width:900px;		
		margin: 0 auto;
		padding: 20% 0;
		text-align: center;
		background-image:url('/img/logo_bg.gif');
		background-repeat: no-repeat;
		background-position: center 100px;
		background-color:#FFFFFF
		}

	#wrapper h1{font-size: 1.2em;}	/* CSS Document */

