#menu{
margin-bottom: 50px;
}
#content{
    width:750px;
   margin:0 55px;
   font-size:95%;
}

#sche-content{
 margin:10px 0 30px;
height:200px;
background-color:#272727;
position:relative;
line-height:200%; 
color:#fff;
}
#sche-content:hover{
opacity:0.9;
}
#poster-wrap{
width:160px;
height:200px;
float:left;
text-align: center;
}
#sche-content img{
height:190px;
display: inline;
vertical-align: middle;
padding-top:5px;
}
#comic-content{
position:absolute;
top:0;
left:50%;
background:#ff4617;
width:50%;
height:200px;
}
.bold{
    font-weight:bold;
}
.movie-link a{
    color:#f30;
    text-decoration:none;
}
.comic-link a{
    color:#0C00CC;
    text-decoration:none;
}

.movie-link a:hover{
font-weight:bold;
}
.comic-link a:hover{
font-weight:bold;
}