@CHARSET "UTF-8";


/*******************************************************************************

    layout

*******************************************************************************/
#content
{
}

#content .content_background
{
    width: 100%;
}

#content .content_wrapper
{
    min-width: 900px;
}

#content .content_image_background
{
    width: 100%;
    
    background: url("../../images/style/main_image_top.jpg") no-repeat center top;
}

#content .content_image_wrapper
{
    width: 860px;
    min-height: 300px;
    
    margin: 0px auto 0px auto;
    padding: 320px 20px 50px 20px;
    background: url("../../images/style/main_image_top.jpg") no-repeat center top;
}

#content .content_banner_wrapper
{
    width: 860px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    color: rgb(51, 51, 51);
	position: relative;
}

.content_image_custom_link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 291px;
    text-decoration: none;
}

.content_image_custom_link:hover {
    background: rgba(255,255,255,0.2);
}