body{
/*	background: #004568;  blue style*/
    background-color: #333333;  
}

::selection {
  background: #333333; 
}
::-moz-selection {
  background: #333333; 
}

img {
	opacity:0;
	-moz-transition: opacity 2s; /* Firefox 4 */
	-webkit-transition: opacity 2s; /* Safari and Chrome */
	-o-transition: opacity 2s;
	transition: opacity 2s;
	display: block; 
	margin: 0 auto;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
}

.center img {
    display: block;
    margin-top: 15%;
    position: relative;
}
.center { display: block; position: relative ;}

#name, #entrance {
	opacity: 0;
	font-family: "Microsoft YaHei","STHeiti Light"; /*"幼圆",*/
    color: #f8f8f8;
	text-align: center;
	position: relative;
}
#name { margin-top: 3em; font-size: 22px; }

#entrance { font-size: 16px; margin-top: 10%; }
#entrance a { color: #f8f8f8; text-decoration: none;}
#entrance a:link { color: #f8f8f8; }
#entrance a:visited { color: #f8f8f8;}
#entrance a:hover { font-size: 18px;}

#words{
	opacity: 0;
	font-family:"KaiTi","STKaiti"; /*"方正新秀丽繁体",*/
    font-size: 22px; 
    color: #f8f8f8;
	text-align: center;
	position: relative;
}
