﻿@charset "utf-8";

body{
	background:#000;
}

a:link,
a:visited { color: #ffffff; text-decoration: underline; }

a:hover,
a:active  { color: #ffffff; text-decoration: underline; }

a:active,
a:focus { outline: 0; }

a img{ border: none; }


#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       :#999999;
		font-size   :80%;
		text-align  :center;
		margin      :0 10%;
		padding     :30px;
		border      :10px #444444 solid;
		background  :#000000;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			color       :#999999;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			text-align  :left;
			}
		#flashcontent #attention p.appendix {
			text-align  :center;
			}

