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

body {
	margin: 0px;
	padding: 0;
	background: #0035ad url(../images/layout/gradientbg.jpg) repeat-x left top;
	/*background: #09F;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

#frontcontainer {
	margin: auto;
	width: 800px;
	height: 600px;
	padding: 20px;
}

#frontlogo {
	clear: left;
	margin-bottom:5px;
}

#frontintro {
	height: 200px;
}
#frontintro p {
	margin: 0;
	padding: 20px 0px 0px 0px;
	line-height: 150%;
	text-transform: none;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px #000000;
}
#intro_eng {
	font-family: Verdana, Arial,Sans-serif;
	font-size: 21px;
}
#intro_tc {
	font-family: Microsoft JhengHei;
	font-size: 26px;
}

#frontfooter p {
	margin: 0;
	width: 700px;
	padding: 20px 0px 0px 0px;
	line-height: normal;
	text-transform: none;
	font-size: 11px;
	color: #000000;
	clear: right;
}

.pic  {
	border: 0px solid #fff;
	float: right;
	overflow: hidden;
}

.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(15deg);
     -moz-transform: rotate(15deg);
       -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}

.image-wrapper {
    position: relative;
	text-shadow: 3px 3px 5px #44B4FF;
	font-weight: bold;
}

#enter_e {
	font-family: Verdana, Arial,Sans-serif;
    position: absolute;
    left: 685;
    top: 17;
    color: #083ADD;
}

#enter_c {
	font-family: Microsoft JhengHei;
    position: absolute;
    left: 490;
    top: 17;
    color: #083ADD;
}
