@charset "utf-8";

/*-----------------------

	style.css
	
------------------------*/
body,html{
	height: 100%;
	background: #2e2c4a;}
	
#bg {
	width: 100%;
	min-height: 1080px;
	background: #0b0a1f url(../images/bg.jpg) top center no-repeat;
	position: relative;}

#main {
	width: 1050px;
	margin: 0 auto;}

#main h1 {
		float: right;
		margin-right: 45px;}

#oa,#story,#cast {
	float: left;}

#btn {
	float: right;
	margin: 260px 80px 0 0;}
	
#footer {
	width: 100%;
	background: #2e2c4a;
	text-align: center;}