@charset "UTF-8";

#l_container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
        background-image: url(../img/bg_l_container.jpg);
        background-repeat: no-repeat;
        background-position: 0 0;
        position: relative;
}
#l_container.login {
	height: 480px;
}
#l_logo {
	margin-left: 20px;
	margin-top: 35px;
	height: 135px;
}
#l_logo a {
	display: block;
	height: 135px;
}
#l_enter {
	margin-left: 20px;
	margin-top: 65px;
}
#l_rt_text {
    position: absolute;
    right: 40px;
    top: 90px;
    width: 580px;
    height: 90px;
    overflow: hidden;
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
}

#l_rb_text {
    position: absolute;
    right: 35px;
    top: 230px;
    width: 420px;
    height: 200px;
    overflow: hidden;
}
#l_rb_text ul {
    font-size: 12px;
    line-height: 22px;
    color: #fc0;
    list-style: outside;
    margin-left: 20px;
}
#l_rb_text ul li span {
    color: #ccc;
}

.l_ttl_h82 {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 82px;
    display: block;
    overflow: hidden;
    position: relative;
}
.l_ttl_h82 a {
    position: relative;
    display: block;
    height: 82px;
}
.l_ttl_h82 span {
    position: absolute;
    left: -9999px;
}
.l_ttl_h82.ttl1 {
    background-position: 0 0;
}
.l_ttl_h82.ttl2 {
    background-position: 0 -82px;
}
.l_ttl_h82.ttl3 {
    background-position: 0 -164px;
}
.l_ttl_h82.ttl4 {
    background-position: 0 -246px;
}
.l_ttl_h82.ttl5 {
    background-position: 0 -328px;
}
.l_ttl_h82.ttl6 {
    background-position: 0 -410px;
}
.l_ttl_h82.ttl7 {
    background-position: 0 -492px;
}

#land_cont {
    overflow: hidden;
    width: 606px;
    padding-left: 50px;
    background-image: url(../img/bg_l_ry.gif);
    background-repeat: repeat-y;
    background-position: left top;
    padding-bottom: 16px;
}

#l_player_cont {
    width: 660px;
    height: 445px;
    background: url(../img/bg_l_player.jpg) no-repeat 0 0;
    position: relative;
}

#l_player {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 600px;
    height: 400px;
}

a#link_juvecome {
    position: absolute;
    left: 20px;
    top: 0;
    width: 92px;
    height: 22px;
    background: url(../img/bg_l_juvecom.gif) no-repeat;
}

#lang_switch {
    position: absolute;
    left: 176px;
    top: 3px;
    width: 120px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    background-image: url(../img/bg_lang16.gif);
    background-repeat: no-repeat;
    padding-right: 22px;
    text-align: right;
}



#lang_switch.en {
    background-position: right 0;
}
#lang_switch.it {
    background-position: right -16px;
}

.bg_l_img {
    background: url(../img/bg_l_img_d.jpg);
}