﻿@charset "utf-8";

* 
{
	margin: 0;
	padding: 0;
	border: 0;
}

html 
{
	height: 100%;
	width: 100%;
}

body
{
	height: 100%;
	width: 100%;
	background-color:#F6F8EF;
}


#flash_content
{
	height: 100%;
	width: 100%;
	display: none;
	text-align:center;	
}

#content
{
	height: 420px;
	text-align:center;
	width: 760px;
	/*height: 347px;
	width: 512px;*/
	top: 50%;
	left:50%;
	margin-top: -210px;
	margin-left: -380px;
	position: absolute;
	display: none;
}

#content_update
{
	height: 347px;
	width: 512px;
	top: 50%;
	left:50%;
	margin-top: -173px;
	margin-left: -256px;
	position: absolute;
	display: none;
}