@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : main.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * Browser Style Reset
 * ******************************************************************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a img {
	border:none;
	text-decoration:none;
	outline:0;
}

object,
embed {
	border: 0;
	outline: none;
	vertical-align: bottom;
}


/* ********************************************************************************
 * Base Layout
 * ******************************************************************************** */

html,
body {
	height: 100%;
}

/* body */
body {
	background-color: #051122;
}

/* div#container */
div#container {
	position:absolute; top:0; left:0;
	width:100%;
	height:100%;
}

/* #flashContent */
#flashContent {
	width:100%;
	height:100%;
	font-size: 0;
	line-height: 0;
}

/* div#content
------------------------------------------------------------*/
/* h1 */
div#content h1 {
	position:absolute; top:50%; left:50%;
	margin: -254px 0 0 -271px;
	z-index: 1;
}

