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

body {
	background-color: #151515;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	
}
#building {
	margin: auto;
	height: 100%;
	width: 100%;
	z-index: 0;
}
#header {
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0px;
	background-image: url(../image/header_bg.png);
	background-repeat: repeat-x;
}
#footer {
	height: 35px;
	width: 100%;
	position: fixed;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	background-image: url(../image/footer_bg.png);
	background-repeat: repeat-x;
}
#cll {
	display: block;
	float: left;
	height: 80px;
	width: 80px;
	margin-left: 20px;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	float: right;
	padding-right: 10px;
	background-color: #151515;
	padding-left: 10px;
}
#contents {
	height: 30px;
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sub {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	height: 100%;
	width: 100%;
	z-index: -3;
	position: fixed;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
#fla {
}
