﻿div#header_container
{
    height:67px;
    width:978px;
    position:relative;
    background-image:url('../images/header_bg.jpg');
    background-repeat:repeat-x;
    
}

#header_logo
{
    display:block;
    background-image:url('../images/header_logo.png');
    width:245px;
    height:35px;
    margin-left:20px;
    top:15px;
    position:relative;
}

#header_tjejer
{
    display:block;
    background-image:url('../images/header_kristina.png');
    width:161px;
    height:67px;
    position:absolute;
    left:350px;
    top:0px;
}

#header_text 
{
    position:absolute;
    top:0;
    right:0;
    width:440px;
    height:56px;
    padding-top:10px;
    color:#eaeaea;
    font-size:11px;
}
