*{
	padding: 0;
	margin: 0;
	border: none;
	font-weight: normal;
	zoom: 1;
	list-style-type: none;
	font-size: 100%;
}

body{
	width: 400px;
}

#wrapper{
	padding: 20px;
}
h1{
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	background: transparent url('../img/h4-bg-dotted.png') repeat-x left bottom;
	color: #444;
	font-weight: bold;
}
p{
	color: #666;
	font-size: 90%;
}
#photo{
	padding: 40px 0;
	text-align: center;
}
#copyright{
	font-size: 11px;
}