#filemenu
{
	height: 30px;
	width: 100%;
	background-color:#cccccc;
	background-image: url('/img/back.png');
	border-bottom: 1px solid #cccccc;
	line-height: 30px;
	
}
#filemenu a
{
	font-size: 17px;
	color: #777777;
	vertical-align:middle;
}
#filemenu_inner
{
	margin: 0 2%;
	width: 96%;
}

#top
{
	float:left;
	width: 50%;
	text-align:left;
}
#preview
{
	float:left;
	width: 50%;
	text-align:right;	
}
#download
{
	float:left;
	width: 50%;	
	text-align:right;	
}

#content
{
	width: 100%;
	text-align:center;
}