@charset "UTF-8";

/*#ffc7f5*/

body {
	background-color: #ffc7f5;
	background: url(../image/mov_index_bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}
#wrapper{
	margin-top:100px;
}

h1{
	margin-top:40px;
}

#topheader{
	margin-top:100px;
}

#topnav{
/*	border: 1px solid #FFFFFF;*/
	width :100%;
	overflow: hidden;
	clear: both;
	margin: 0px auto;
}

#topnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
	left: 50%;
}

#topnav li{
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
		left: -50%;
}

#topnav li a{
	display: block;
	text-decoration: none;
		border: 1px solid #FFFFFF;
		width: 100%;
			height:60px;
	color: #FFFFFF;
	line-height:3em;
}

#topnav li a:hover{
	display: block;
	text-decoration: none;
	border: 1px solid #ffc7f5;
	width: 100%;
	height:60px;
	color: #ffc7f5;
	background: #B163A3;
	opacity: 0.5;
}


