@charset "utf-8";

/*
#flashcontent {
	position    :absolute;
	left        :50%;
	top         :50%;
	width       :740px;
	height      :300px;
	line-height	:0;
	margin-left :-370px;
	margin-top  :-150px;
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		border      :10px #EEEEEE solid;
		background  :#FFFFFF;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#333333;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}
*/

img {
border:none;
}

html {
width:100%;
height:100%;
}

body {
width:100%;
height:100%;
margin:0;
padding:0;
background:#4CC8EA;
}

#flashcontent {
width:100%;
height:100%;
position:relative;
background:url(../images/bg.jpg) no-repeat center center;
}

#attention {
width:510px;
height:400px;
position:absolute;
left:50%;
top:50%;
margin-left:-255px;
margin-top:-210px;
color:#FFFFFF;
font-size:10px;
line-height:140%;
}

.container {
padding:36px;
}

.container h1{
display:block;
margin:0 0 40px 0;
padding:0;
}

.container h2{
display:block;
margin:0 0 8px 0;
padding:0;
}

.container .outline {
margin:0 0 30px 0;
padding:0;
}

.container .getafp {
margin:0;
padding:0;
text-align:center;
}
