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

html, body {
	margin: 0;
	height: 100%;
}
img { border: none;}
body, td, th {

}
body
{
	background-color: white;
}
#blank
{
	height:72px;
}
* html #blank
{
	height:50px;
}
#needflash {
	width:100%;
	height:59px;
	padding:10px;
	position: fixed;
	top:0;
	left:0;
	float:left;
	background-color:#DDDDDD;
	border:dashed;
	border-color:#FFFFFF;
}
* html #needflash
{
	position:absolute;
}
#menu
{
	margin: 0 auto 0 auto;
	list-style: none;
}
#menu li
{
	display:inline;
}