* {
 
}
body {
	 
}
 
#wrapper {
	width:800px;
	margin:0 auto;	
	text-align:left;
}
#content {
	padding: 20px;
	margin-bottom: 16px;
	background: #fff;
}
.print {
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 15px;
	border: solid 1px #056fc4;
	color: #fff;
	background: url(/images/button.png) repeat-x 0 0;
}