html, body {
    margin: 0px;
    padding: 0px;

    background-color: white;

    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: black;	

    text-align: left;
}

#topbar {
    background-image: url(images/topbar.png);
    width: 100%;
    height: 48px;
    margin-bottom: 50px;
    color: white;
}

#menu {
    width: 990px;
    height: 28px;
    margin: auto;
    position: relative;
}

#menu ul{
    float: right;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#menu li{
    float: left;
    padding-left: 20px;
    font-size: 22px;
    font-weight: bold;
}


#menu a{
    text-decoration: none;
    color: black;
}

#content {
    width: 990px;
    height: 479px;
    background-color: #232323;
    margin: auto;
    position: relative;
    
    color: white;
}

#content .photo {
    width: 681px;
    height: 479px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#content .background {
    background-image: url(images/content_bg.png);
    width: 990px;
    height: 479px;
    position: relative;
    z-index: 1;
}

#content .text {
    width: 350px;
    padding-top: 75px;
    padding-left: 30px;
}