body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(image/lace.jpg);
	background-position: center center;
}
#text {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: small;
	line-height: 1.3em;
	color: #663300;
	margin: -50px 0px 0 -150px;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 300px;
	text-align: center;
}
#text a:hover{
	color: #996633;
}
#text a:link,a:visited,a:active{
	color: #663300;
	text-decoration: none;
}
