@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

#wrapper{
	margin: 5em auto 0.5em auto;
	border:1px solid black;
	width: 50em;
	height: 37.5em;
}
.pic{
	margin: 0 auto;
}
p{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
}
a{
	color: #bb4a12;
	text-decoration: none;
}
a:active,
a:hover,
a:focus{
	text-decoration: underline;
}