@charset "UTF-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0px;
	background-color: #ffffff;
}

#flash {
	width: 100%;
	height:800px;
	float: left;
}

#header{
	background-color: #000000;
	width: 100%;
	height: 36px;
	background-image: url('../_img/header_se.jpg');
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #eaeaea;
	padding: 18px 0px 18px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
}

p {
	margin: 0px;
	padding: 0px;
}