
#event-wrap
{
    width: 580px;
    height: 320px;
    height: 290px;
    height: 270px;
    
    /*background: url(../images/event-full2.gif) no-repeat;*/
    background: url(../images/event-right-bg.jpg) top right no-repeat;
    
}

#event 
{
    /*margin: 0 auto;
    width: 410px;
    height: 300px;*/
}

#event .item 
{
    position: relative;
    width: 580px;
    height: 290px;
    height: 270px;
}

#event .image
{
    position: absolute;
    /*top: 30px;
    left: 4px;
    width: 364px;
    height: 240px;*/
    top: 0px;
    left: 0px;
    width: 370px;
    height: 270px;
    
    text-align: center;
    
    /*border: 1px solid #e0e0ff;*/
}

/*
#event .item 
{
    position: relative;
    
    width: 370px;
    width: 360px;
    height: 267px;
    height: 250px;
    text-align: center;
    
    padding-top: 8px;
}

#event .image 
{
    position: absolute;

    width: 400px;
    height: 267px;
    z-index: 1;
}
*/
#event .title
{
    position: absolute;
    width: 200px;
    bottom: 4px;
    right: 4px;
    color: #FFC324;
    
    font-size: 1em;
    font-weight: 800
}
#event .message 
{
    position: absolute;
    width: 200px;
    top: 40px;
    right: 0px;
    color: #FFC324;
    
    font-size: 1em;
}
