@charset "utf-8";
/* CSS Document */
#graphicsShow {	
}
#graphicsShow div {
	position:relative;
	margin:auto;
	padding:10px;
	width:520px;
	height:540px;
	background-color:#2a7986;
	background-image:url(http://aparcher.com/customImages/graphicsSamples/bkgrndImage.jpg);
	background-repeat:repeat-x;
	color:white;
}
#graphicsShow img {
	display:block;
	margin:auto;
	max-height:95%;
	max-width:95%;
}