@charset "utf-8";
/* CSS Document */

#slide {
	width:100%x;
	height:300px;
	margin:auto;
	position:relative;
	top:0px;
	border-bottom:1px solid #FFCC66;
}
#slidewrap {
	margin:auto;
	border-left:6px solid #483E00;
	border-right:6px solid #483E00;
	width:500px;
	height:300px;
	background-color: #0F0D00;
}
#slide_left {
	width:150px;
	height:100%;
	background-image: url(../bg/girl3.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
}
#slide_right {
	width:150px;
	height:100%;
	background-image: url(../bg/girl2.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:right;
}
.movie {
	width:500px;
	height:300px;
}
#enter {
	height:181px;
	width:380px;
	margin:auto;
	background-image: url(../bg/arch.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#enter IMG{
border:0px;
margin:0px;
padding:0px;
position:relative;
top:100px;
left:16px;
}
#center {
background-image:none;
}
.new #slidewrap {
background-color:#000000;
border-left:none;
border-right:none;
height:auto;
}
.new #center, .new #left, .new #right, .new #center2 {
height:500px;
}
.new #slide_left, .new #slide_right {
background-image:none;
}
.new #slide {
height:200px;
}