﻿/* Recipiente */

#container {  
    height:708px;
    background-image: url('../img/dicas-bg.gif');
}

/* Conteúdo */


#master-title 
{
    background-position:right top;
    background-repeat:no-repeat;
    border-bottom:1px solid #EDEDED;
    margin-right:44px; *margin-right:22px; 
    float:right;
    height:67px;
    margin-top:187px;
    width:370px;
}
.palestras
{
    background-image:url("../img/palestras-master-title.png");
}
.dicas
{
    background-image:url("../img/dicas-master-title.png");
}

#inner-title
{
    clear:both;
    padding-top:40px;
    padding-left:42px;
    background-position:right bottom;
    background-repeat:no-repeat;
    *height:33px;
}

#descricao 
{
    clear:both;
    display:block;
    padding-left:44px;
    padding-right:160px;
    margin-bottom:30px;
}

#videoFrame 
{
    clear:both;
    overflow:hidden;
    margin-left:13px;
    
}

#voltar 
{
background-image:url("../img/voltar.png");
display:block;
height:54px;
width:143px;
background-repeat:no-repeat;
background-position:bottom right;
position:absolute;
top:285px; *top:295px;
right:26px;
}
