*
{
    margin: 0;
}

html
{
    background: transparent url(http://www.lemmedasker.dk/images/lemmedasker_page_background.png) repeat-x;
}

body
{
    font-family: helvetica;
    font: 10pt;
    color: black;
    min-width: 950px;
}

#pageSplash
{
    position: relative;
    top: 100px;
}

#pageHeader
{
    width: 100%;
    text-align: left;
    background: transparent url(http://www.lemmedasker.dk/images/lemmedasker_title_background.png) repeat-x;
    background-position: center;
    height: 125px;
}

#pageContent
{
    padding-left: 15px;
    text-align: left;
}

#newsElement
{
    width: 700px;
}
#newsElement a
{
    text-decoration: none;
    color: blue;
}
#newsElement a:hover
{
    color: #F8CC36;
}