#header, #col1, #col3, #footer, #ads, #location {
	display: none !important;
	visibility:hidden !important;
}

#stage {
	width: 400px;
	margin: 30px 100px;
	padding-bottom: 0px;
}


.print_functions {
	float: left;
	height: 40px;
	width: 100%;
	background: #F1F4F9;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.print_functions a {
	display: block;
	height: 17px;
	width: 150px;
	float: left;
	margin: 10px;
	padding-top: 3px;
	border: 1px solid;
	background: #FFF;
	text-align: center;
}

.print_functions a:hover {
	text-decoration: none;
}


@media print{
	
	#print_functions{
		display:none !important;
		visibility:hidden !important;
	}
	
}
