h1,h2{
	margin:0;
	padding:0;
}

body{
	font-family : Helvetica, Arial, Calibri ;
	margin : 50px auto;
	background : #fff url() repeat-x;
	color : #222;
}

#content h1 {
	font-size : 58px;
	width : 800px;
	margin : 0 auto;
	text-align : justify;
	background : transparent;
	
}
#content h2 {
	font-size : 20px;
	text-align : right;
	}

#content a {
	color : #0099ff;
	text-decoration : none;
	
}

#content a:hover {
	color : #990000;
}
	

#footer{
	width: 100%;
	float: left;
	clear: both;
	height: 50px;
	background: transparent;
}

#footer_content{
	margin: 0 auto;
	width: 800px;
	padding: 0 auto;
}

#footer_content p{
	float : right;
	font-size: 10px;
	color: #999;
	
}
	
#wrapper{
	width: 800px;
	margin : 0 auto;
	
}