body {
	background: #43454F;
	font-family: Calibri, "Trebuchet MS";
	padding: 40px;
	color: #fff;
	text-shadow: 0 1px 0 #25262D;
}

#container {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}

#header h1 {
	font-size: 36px;
	text-shadow: 0 2px 3px #25262D;
}

#header h1 span {
	font-weight: normal;
	
}

#torso {
	border: 2px solid #4B4D5A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px 10px;
	background: #5B5E6E;
	margin: 15px 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
	line-height: 20px;
}

#torso p {
	font-size: 16px;
}

#torso a {
	color: #89BEFF;
	text-decoration: none;
}

#torso a:hover {
	color: #B4D9FF;
}

#footer p {
	font-size: 13px;
	color: #ccc;
}
