/* -------- text styles --------------- */

body {padding: 0; margin: 0; background-color:#CFCCC9; text-align: center;}
p {font-family: Arial; font-size: 9px; padding: 0; margin: 0; color:#88868A;}

.legend {
font-family: Arial;
font-size: 9px;
font-weight: normal;
color: #89878A;
}

a {
font-family: Arial;
font-size: 9px;
font-weight: normal;
color: #89878A;
text-decoration: none;
}

a:hover {
font-family: Arial;
font-size: 9px;
font-weight: normal;
color: #AF4B23;
text-decoration: underline;
}

.intro_link {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #89878A;
text-decoration: none;
}

.intro_link:hover {
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #AF4B23;
text-decoration: underline;
}

/* -------- movie display --------------- */

#container {
position: relative;
padding: 0; margin: auto;
top: 20px;
width: 870px;
height: 575px;
text-align: center;
/*border: 1px solid #fff;*/
}

#container_v2 {
position: relative;
padding: 0; margin: auto;
top: 20px;
width: 760px;
height: 500px;
text-align: center;
/*border: 1px solid #fff;*/
}

#splash_page {
position: relative;
padding: 0; margin: auto;
top: 40px;
}

#splash_img {
position: relative;
padding: 0; margin: auto;
width: 314px;
height: 380px;
text-align: center;
}

#enter_btn {
position: absolute;
padding: 0;
margin: 0;
top: 350px;
left: 40px;
}

#entrer_btn {
position: absolute;
padding: 0;
margin: 0;
top: 350px;
left: 230px;
}

#splash_infos {
position: absolute;
padding: 0; margin: auto;
width: 360px;
top: 420px;left: 250px;
text-align: center;
}

#fla_movie {
position: absolute;
padding: 0; margin: 0;
top: 0; left: 0;
width: 870px;
height: 510px;
/*border-bottom: 1px solid #fff;*/
}

#fla_movie_v2 {
position: absolute;
padding: 0; margin: 0;
top: 0px; left: 0;
width: 760px;
height: 446px;
/*border-bottom: 1px solid #fff;*/
}

#infos {
position: absolute;
padding: 0; margin: 0;
top: 520px;
width: 100%;
height: 30px;
/*border-bottom: 1px solid #fff;*/
}

#infos_v2 {
position: absolute;
padding: 0; margin: 0;
top: 451px;
width: 100%;
height: 30px;
/*border-bottom: 1px solid #fff;*/
}

#infos p {
font-family: Arial; font-size: 0px; padding: 0; margin: 0; color:#88868A;
}