body{
	background-color:#000;
	width:100%;
	height:100%;
	overflow:hidden;
}

img{
	border:none;
}
.timg{
	border:none;
    margin-top:350px;
}

#wrapper{
    position:absolute;
	height:1280px;
	width:1600px;

	background:url(../img/bg.jpg) no-repeat top center;
	overflow:hidden;
    top:50%;
    left:50%;
    margin-top:-640px;
    margin-left:-800px;
	text-align:center;
}

#header{
    position:absolute;
    top:0px;
	left:0px;
	width:100%;
	height:50px;
	background:url(../img/hbg.jpg) repeat-x;
	text-align:left;
	z-index:3;
}
#footer{
    position:absolute;
    bottom:0px;
	left:0px;
	width:100%;
	height:24px;
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	padding-top:8px;
	background:url(../img/fbg.jpg) repeat-x;
	z-index:3;
}

a{
	color:#000;
}

#llogo{
	width:210px;
	height:32px;
	background:url(../img/logo.png) no-repeat left top;
	float:left;

}
