@charset "utf-8";


*
{
	margin  : 0 ;
	padding : 0 ;
}

html, body
{
	width   : 100% ;
	height  : 100% ;
}

body
{

}

a
{
	color           : #000000 ;
	text-decoration : none ;
}

img
{
	border : 0 ;
}

#flashcontent
{
	background-color : #F4F4F4 ;
	position         : absolute ;
	left             : 0 ;
	top              : 0 ;
	width            : 100% ;
	height           : 100% ;
}

#flashcontent #attention
{
	position   : absolute ;
	left       : 0 ;
	top        : 0 ;
	width      : 100% ;
	height     : 100% ;
}

#flashcontent a
{
	display     : block ;
	position    : absolute ;
	left        : 50%;
	top         : 50%;
	width       : 995px;
	height      : 575px;
	line-height	: 0;
	margin-left : -497px;
	margin-top  : -287px;
}