@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666;
	
}
a, a.hover, a.visited {
	color:#cdcbcc;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #333;
	background-color:#fbe600;
}
h2 {
	font-size: 14px;
	color: #999;
}

#box {
	text-align: center;
    position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block

    }
    
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -320px;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 640px;
	height: 480px;
	visibility: visible
	}

#folio {
	width:640px;
	margin: 0 auto;
}