@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;

}

div#center{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

div#box{	
	width:900px;
	height:315px;
	float:left;
	text-decoration:none;
	color:#000;
	}

div#container{
	width:900px;
	height:300px;
	float:left;
	border: 1px solid #000;
}

div#back{
width:900px;
height:15px;
float:left;
	}
	
	
div#flash{
	width:900px;
	height:300px;
	border-bottom: #000 solid 1px;
	float:left;
}

div#space{
	width:900px;
	height:10px;
	float:left;
}

div#foot{
	width:900px;
	height:29px;
	clear:both;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style:normal;
	letter-spacing:1px;
	text-align:right;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	letter-spacing:1.5px;
	text-align:right;
}