#content_wrap table
{
    height: 500px;
    width: 100%;
}

#content_wrap td
{
    vertical-align: middle;
}

#content_wrap .byens_logo
{
    font-size: 0;
    background: url(http://restaurantnamnam.dk/wp-content/themes/namnam/images/byens_logo.png);
    height: 100px;
    width: 100px;
    display: block;
	margin-top: -70px;
}

#content_wrap h1
{
    text-indent: -9999px;
    background: url(http://restaurantnamnam.dk/wp-content/themes/namnam/images/home_banner.png) center center no-repeat;
    height: 193px;
}

#content_wrap .content
{
    font-family: "Terminal Dosis", Arial, sans-serif;
    font-size: 20px;
    color: #333;
    margin: 50px 35px 30px;
    text-align: center;
}

#content_wrap .slider
{
    text-align: center;
}

#content_wrap .slider li
{
    display: none;
}

#content_wrap .quotes
{
    margin: 50px 0 0;
    position: relative;
    height: 100px;
    opacity: 0.75;
}

#content_wrap .quotes li
{
    font-family: "Terminal Dosis",Arial,sans-serif;
    font-size: 17px;
    line-height: 25px;
    position: absolute;
    text-align: right;
    visibility: hidden;
    width: 100%;
}

#content_wrap .quotes li.active
{
    visibility: visible;
}

#content_wrap .quotes li .source
{
    font-size: 12px;
    display: block;
    font-style: italic;
}