﻿@charset "utf-8";

html {
height: 100%;
overflow: auto;
}
body#home #flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCC;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

body#home #flashcontent #bn {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body#home #flashcontent #bn #flash_bn{
	position: relative;
	top: 240px;
	left: 400px;
	width: 158px;
	height: 39px;
}

body#home #flashcontent a{
	color: #09F;
}
