﻿@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html,
body {
	height      :100%;
	overflow    :auto;
	margin      :0;
	padding     :0;
	background  :url("../images/bg.jpg") repeat;
	}

#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%;
		position: relative;
		}
		#flashcontent #attention h1{
			margin-bottom: 35px;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p{
			text-align  :center;
			margin-bottom: 10px;
			}
		#flashcontent #attention p#download{
			position: absolute;
			top: 248px;
			left: 225px;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

