header {
	margin: 200px 0;
	text-align: center;
	width: 600px; 
	margin: 200px auto; 
	padding: 60px 0; 
	border: 1px solid #3B4348; 
	border-radius: 5px;
	behavior: url(css/ie-css3.htc);
	background-color: #3B4348;
	color: #fff; 
	text-align:center;
	font-family: sans-serif; 
	font-weight: bold; 
	font-size: 1em;
	letter-spacing: 0.2em; 

}

p {
	margin: 1.5em 0 0 0;
}

a {
	color: #fff;
}
