﻿body {
	background: #000;
	font-family: Helvetica Neue, "Helvetica Neue", HelveticaNeue, Arial, sans-serif;
	color:#FFF;
}

#page{
	width:720px;
	margin:0 auto;
	background:url(../img/bg.jpg) repeat-y;
}

.header-wrapper{
	height:225px;
	overflow:hidden;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

h1,h2 { text-align:center;}

img{ border:none;}

#movie{width:600px; margin:0 auto; border:3px solid #333;}
#navi{width:625px; margin:30px auto 0; list-style-type:none; padding:0 0 60px;}
#navi li{ float:left; margin:0 0 0 9px; padding:0;}

#footercopy{
	width:720px;
	margin:0 auto;
	padding:5px 0;
	font-size:12px;
	color:#999;
	text-align:center;
}

@media screen and (max-width: 640px){
	#navi{padding:0 0 360px;}
}