@charset "UTF-8";/* CSS Document */

/* COMING SOON */
html{
background: #fff;		
}

body{
margin: 0 auto;
background: #fff;
width: 1000px;	
}

#movie{
width: 800px;
margin: 0 auto;
padding-top: 30px;
text-align: center;
}


#enter{
margin: 0 auto;
width: 800px;
font-family: Arial;
color:#000;
text-align: center;
text-decoration: none;
}

#enter a{
color:#000;
text-decoration: none;
}

#enter a:hover{
color:#ccc;
text-decoration: none;
}
