body{
	background: url('./image/bg_asa.jpg') 0% 0% no-repeat fixed;
	margin:0; padding:0;
	text-align:center
}

table#all {
	position:absolute; left:0; top:0;
	width:100%;height:100%;
}

table#al td {
	text-align:center; vertical-align:center;
}

div#update{
	border: solid #3F5ED1;
	border-width: 1px 10px;
	width: 700px;
	margin: 50px auto 0;
	font-size: 8pt;
}

div#counter{
	color: #444444;
	margin: 50px auto 40px;
}

p#credit{ font-style: italic; }

a, a:link, a:visited { color:#FFA500; font-style: normal;}
a:active { color:#EE82EE; }
a:hover { background-color:#FFCCCC; color:#FF0000; }



