body{
	scrollbar-arrow-color: #aaaaaa;
	scrollbar-face-color: #eeeeee;
	scrollbar-track-color: #eeeeee;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-3dLight-color: #eeeeee;
	scrollbar-DarkShadow-Color: #eeeeee;
	scrollbar-Highlight-Color:#aaaaaa;
	background: url(images/bg01.gif);
	margin: 0px;
	padding: 0px;

}

div#member{
	margin:0 auto;
	width:450px;
	background: #FFFFFF;
	border: solid 1px #5b99f0;
	padding:25px 10px 10px 30px;
	margin-top:50px;
	font-size: small;
}
div#wrapper{
	margin: 0 auto;
/*--
	background: url(images/image.jpg) no-repeat;
--*/
	width:500px;
	height:588px;
	padding-top:50px;
}
div#info{
	margin:0 auto;
	width:450px;
	background: #FFFFFF url(images/header.gif) no-repeat;
	border: solid 1px #5b99f0;
	padding:25px 10px 10px 30px;
	font-size: small;
}
div#info p{
	line-height: 10px;
}
.period{
	color : #FF0000;
	font-weight : bold;
	text-align:center;
	margin:20px 0;
}