*{
	margin:0;
	padding:0;
}

body 
{
	text-align: center;
	font-family:arial, verdana, sans-serif;
	color:#333;
	font-size: 62.5%;
	background-color:#fff;
}

#page{
	text-align:left;
	width:1000px;
	margin:0 auto;
	font-size:1.2em;
}

#header{
	height:50px;
	line-height:50px;
	
	border-bottom:4px solid #333;
	padding-bottom:20px;
	margin-bottom:20px;	
}

h1{font-size:1.6em;}
h1 a, h1 a:hover{text-decoration:none;color:#333;}

#content{
	height:auto !important;
	height:400px;
	min-height:400px;
}

#footer{
	text-align:center;
	
	border-top:4px solid #333;
	padding-top:20px;
	margin-top:20px;
}
#footer a img{border:none}
