

	* { border: none; outline: none; margin: 0; padding: 0; text-decoration: none; list-style-type: none; }
	html,body { margin:0; padding:0; height:100%; min-width: 990px; }
	html { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; position:relative; text-align: center; }
	body { background: #eeeeee; }
	
	#container { width: 980px; display: block; margin: 20px auto; padding: 4px; background: #ffffff; font-family: 'Arial'; border: 1px solid #cccccc; }
	#container h2 { width: 100%; display: block; background: #888888; color: #ffffff; line-height: 50px; margin: 0 0 10px 0;
			text-shadow: 1px 1px 3px #000000; }
	
	.box { width: 300px; display: inline-block; background: #f8f8f8; margin: 15px 5px; border: 1px solid #e5e5e5; /* border-radius: 7px; */ }
	.box:hover { background: #e5e5e5; }
	.box h4 { line-height: 36px; color: #555555; }
	.box img { width: 250px; padding: 4px; border: 1px solid #cccccc; background: #ffffff; }
	.box a { display: inline-block; background: #777777; padding: 6px 9px; margin: 10px 3px; font-size: 13px; color: #ffffff;
			border-radius: 3px; }
	.box a:hover { background: #444444; }
		
