@charset "utf-8";
/*********************
 *
 *	flash
 *
**********************/
html
{
	height:100%;
}

body
{
	position:relative;
	height:100%;
}

div#flasharea
{
	height:100%;
	margin:0 auto;
	overflow:hidden;
/*	line-height:1;*/
}

/*********************
 *
 *	no flash
 *
**********************/
div#htmlarea
{
	position:absolute;
	top:50%;
	left:50%;
	width:560px;
/*	height:340px;*/
	margin:-170px 0 0 -280px;
}

div#htmlarea h1
{
	width:560px;
	height:205px;
	background:url(../img/logo_argus_noflash.gif) 50% 0 no-repeat;
	text-indent:-8883px;
}

div#htmlarea p
{
}

div#htmlarea address
{
	width:560px;
/*	height:80px;*/
	padding-top:40px;
/*	background:url(../img/logo_tecmo_noflash.gif) 50% 100% no-repeat;*/
/*	text-indent:-8883px;*/
	text-align:center;
}

div#htmlarea address a
{
	display:block;
	width:90px;
	height:40px;
	margin:0 auto;
	background:url(../img/logo_tecmo_noflash.gif) 50% 100% no-repeat;
	text-indent:-8883px;
}

