@charset "utf-8";
/* CSS Document */


body {
	background-color: #ffffff !important;
	background-image: none ;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#main {
	position: absolute;
	left: 500px;
	width: 600px;
	overflow: visible;
}	 
#content {
    background: #ffffff url(../img/logo-print.jpg) top left no-repeat;	
	width: 600px;
	padding-top: 150px;
	overflow: visible;
}
#content-main, #content-middle {
	width: 600px;
	overflow: visible;
}
#content-img, #menu, #footer, #header, #content-left, #content-right {
	display: none;
}