*{
	margin:0;
	font:normal normal 12px/14px '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}
body{
	color:rgb(239,239,239);
	background:rgb(166,159,131) url(dialog.png) 0 0 no-repeat fixed;
	padding:48px 0 103px 23px;
	cursor:default;
}
p{
	width:195px;
}
a{
	color:rgb(255,255,173);
	text-decoration:none;
}
a:hover{
	color:rgb(8,247,49);
}
h1{
	color:rgb(255,255,255);
}
strong{
	color:rgb(173,255,255);
}
img{
	border:0;
}
.sample{
	color:#0b0;
}
.sample	a{
	color:#0b8;
}
.strongOfWhite	strong,
strong.strongOfWhite{
	color:rgb(255,255,255);
}

#coverTop{
	position:absolute;
	top:0;
	left:0;
	width:350px;
	height:48px;
	z-index:2;
	background:rgb(166,159,131) url(dialog.png) left top no-repeat;
}

#coverBottom{
	position:absolute;
	top:299px;
	left:0;
	width:350px;
	height:103px;
	z-index:2;
	background:rgb(166,159,131) url(dialog.png) 0 -299px no-repeat;
}
body > #coverTop{
	position:fixed;
}
body > #coverBottom{
	position:fixed;
}