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

a:hover {
	color:#06C;
}

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: -410px;
	position: absolute;
	top: -100px;
	left: 50%;
	width: 820px;
	height: 200px;
	visibility: visible
	}

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