@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
#sgf01 #text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}

div#sgf {
	width:840px;
	float: none;
	background-color:#FFFFFF;
	top:50%;
	bottom:50%;
	margin:auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
p {margin-top: 0;
margin-bottom: 5px; }

div#sgf01 {
	width:860px;
	float: none;
	background-color:#FFFFFF;
	top:50%;
	bottom:50%;
	margin:auto;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

