﻿@charset "utf-8";

body {
	background: #000;
}

#flashcontent {
	margin: 0 auto;
	width: 560px;
	text-align: center;
	}
	
#flashcontent * {
	line-height	:150%;
	}
#flashcontent #attention {
	margin-top: 50px;
	color       :#666666;
	font-size   :80%;
	text-align  :center;
	background  :#000;
	}
#flashcontent #attention h1 {
	margin-bottom: 30px;
	font-size: small;
	font-weight: normal;
	}
#flashcontent #attention img {
	border      :0;
	}
#flashcontent #attention p.campaign {
	margin-bottom: 40px;
	text-align  :center;
	}

