div.main_area
{
	position: relative;
	width: 640px;
	height: 260px;	
	margin: 0px auto 0 auto;
}

div.main_area div.logo
{
	width: 100%;
	height: 49px;
	text-align: center;	
}

div.main_area div.top_text
{
	width: 100%;
	text-align: center;
	line-height: 45px;
	color: #aaa;
	font-size: 18px;
}

div.main_area div.file_area_top
{
	width: 636px;
	height: 10px;
	background: url(/images/BoxCover.gif) left top no-repeat;
}

div.main_area div.file_area
{
	padding-top: 25px;
	width: 636px;
	height: auto;
	background: url(/images/BoxBorder.gif) left top repeat-y;
}

div.main_area div.file_area_bottom
{
	width: 636px;
	height: 37px;
	background: #93ce30 url(/images/BoxBottom.gif) left bottom no-repeat;
	color: #CDE7F8;
	font-size: 13px;
	line-height: 37px;
	text-align: center;
}

div.main_area div.file_area_bottom a
{
	color: #CDE7F8;

}

div.main_area div.file_area div.file
{	
	margin-bottom: 0px;
	width: 620px;
	padding-right: 20px;
	text-align: center;
}

div.main_area div.bottom_text
{
	margin-top: 4px;
	width: 100%;
	text-align: center;
}

div.main_area div.bottom_text a
{
	color: #2173B0;
	font-size: 14px;
}


div.bottom_text_block
{
	width: 410px;
	margin: auto;
	height: 28px;
	line-height: 22px;
	border: solid #FEEC6D 1px;
	background-color: #FFFDE6;
	text-align: center;
}