@charset "UTF-8";
/* CSS Document */
body, html { min-height: 100%; }
body {
	color: #000000;
	background: url("../images/loong.jpg") center no-repeat;
	background-size: cover;
	background-color: #FBB300;
	font: Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}
div#stmark { 
width: 100%;
background: rgba(0,0,0,0.6);
border: 5px double white; 
margin: 3em;
padding: 2em 2em 0 2em; 
float: right;
line-height: 100%;
font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei";
}
                                
img { max-width: 100%;}
img, object { max-width: 100%;}
img { -ms-interpolation-mode: bicubic; }
　
a{ transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o-transition:all 0.2s linear; } a:hover,a:visited:hover{ text-shadow:#585858 0px 0px 3px; }

