@charset "utf-8";
body {
	overflow-x:hidden;
	background-color: #000000;
	margin: 0px;
}
p {
	margin: 0px;
}
h4 {
	margin: 0px;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
html{
	overflow-x: hidden;
}
#lv1 {
	position: relative;
	left: 50%;
	margin-left: -800px;
	width:1600px;
	height:100%
}

div.content {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#lv2{
	position: relative;
	width:100%;
	overflow: hidden;
}




#main {
	position: relative;
	left: 50%;
	margin-left: -800px;
	width:1600px;
}
#main table {
	width: 100%;
}

.copyright {
	background-color: #000000;
	background-image: url(../images/copyright.jpg);
	background-position: center -20px;
	height: 60px;
	background-repeat: no-repeat;
}
