@charset "utf-8";

/*-----------------------

	style.css
	
------------------------*/
body,html{
	height: 100%;
	background: #000;}
	
#bg {
	width: 100%;
	background: #000 url(../images/bg_bara.gif) top center no-repeat;
	position: relative;}

#main {
	width: 1120px;
	height: 794px;
	margin: 0 auto;
	background: url(../images/main_image.jpg) top center no-repeat;
	position: relative;
	z-index: 10;}

#main p {
	font-size: 0px;}

h1 {
	position: absolute;
	top: 33px;
	left: 575px;}

#btn {
	position: absolute;
	top: 700px;
	left: 75px;}

#bottom {
		width: 100%;
		margin-top: -160px;
		padding-top: 160px;
		background: #9d132a;
		text-align: center;
		position:relative;
		z-index: 5;}

#footer {
	width: 100%;
	background: #000;
	text-align: center;}