@charset "UTF-8";
/* CSS Document */

#wrapper {
	width: 800px;
	height: 800px;
}

#nav {
	display: none;
}

#printtop {
	width: 800px;
	height: 200px;
	display: block;
}

#content {
	overflow: visible;
	width: 800px;
	top: 40%;
	
}

#right {
	display: none;
}
