﻿@charset "utf-8";

#flashcontent {
	position    :absolute;
	left        :50%;
	/*top         :50%;*/
	width       :958px;
	height      :597px;
	line-height	:0;
	margin-left :-475px;
	/*margin-top  :-150px;*/
	}
	#flashcontent * {
		line-height	:150%;
		}
	#flashcontent #attention {
		height		:597px;
		color       :#666666;
		font-size   :80%;
		text-align  :center;
		/*margin      :0 10%;*/
		padding-top :50px;
		padding-left:30px;
		border      :1px #EEEEEE solid;
		background  :#FFFFFF;
		background-image:url(../images/ordina_noflash.jpg);
		background-repeat:no-repeat;
		}
		#flashcontent #attention h1,
		#flashcontent #attention h2 {
			text-align:left;
			display:block;
			color       :#FFFFFF;
			}
		#flashcontent #attention img {
			border      :0;
			}
		#flashcontent #attention p,
		#flashcontent #attention ul {
			color:#FFFFFF;
			margin:0;
			margin-top:15px;
			display:block;
			width:500px;
			text-align  :left;
			}
