@CHARSET "UTF-8";

body{
	background-color:#FFFFFF;
	height:100%;
	margin:0;
	padding:0px;
	text-align:center;
	font-family: Arial;
	line-height:140%;
	font-size:12px;
}
#main{
	position: absolute;
	top:50%;
	left:0;
	width:100%;
	margin-top:-280px;
	text-align:center;
	}
.frame{
	width:100%;
	height:550px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	text-align:center;
		*text-align:left;
	background-color:#efefef;
}
.frame .image{
	position: absolute;
	width:100%;
	text-align:center;
}
#main .menu{
margin-top:10px;
}
a:link, a:visited, .menu{
color:#999999;
text-decoration: none;
}
a:hover{
color:#000000;
}