html, body {
	margin: 0px;
	padding: 0px;
}

body
{
	overflow: auto;
	background-color: #736B70;
	background-image: url(i/circle_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	color: #fff;
}

body, p, td {
	font-family: Verdana,Arial,Helvetica;
}

body, p, td, th, tr {
	font-size: 12px;
}

a:link, a:visited {
	color: #B4B5A8;
}
a:hover, a:active {
	color: #fff;
}

#flashbox
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	min-width: 786px;
	min-height: 524px;
	width:expression(document.body.clientWidth < 786 ? "786px" : "100%" );
	height:expression(document.body.clientHeight < 524 ? "524px" : "100%" );
}

	#header {
		height: 110px;
		margin-left: 32px;
		text-align: left;
		color: #000;
	}

	#content {
		position: relative;
		padding: 8px;
		text-align: left;
	}
	
	#content_back {
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 100px;
		width: 600px;
		height: 100%;
		background-color: #000;
		opacity: .6;
		filter: alpha(opacity=60);
	}
	
	#contet_front {
		position: relative;
		width: 500px;
		z-index: 2;
		padding-left: 122px;
		color: #fff;
	}
	
	
	#notice
	{
		width: 500px;
		padding: 8px;
		border-color: #999;
		border-width: 1px;
		border-style: solid;
		color: #fff;
	}
