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


	#maximage {
				/*display:none;*/
				/*position:fixed !important;*/
			}
			
			/*Set my logo in bottom left*/
			#logo {
				bottom:30px;
				height:auto;
				left:0;
				position:absolute;
				width:100%;
				text-align:center;
				z-index:1000;
			}
			#logo img {
				width:100%;
				max-width:225px;
				height:auto;
			}

