body
{ background: white;}


/*FIXED ELEMENTS*/

#logo
{
z-index: 1001;
width: 248px;
height: 75px;
background-image: url('../images/dflogoweb_trans.png');
margin-top: 105px;

}

#logo_cont
{
z-index: 1000;
width: 248px;
height: 200px;
background-image: url('../images/textures/white_paper.jpeg');
position: fixed;
top: 0px;
left: 50px;
}

#logo_shadow
{
z-index: 999;
width: 270px;
height: 250px;
background-image: url('../images/textures/logo_dropshadow.png');
position: fixed;
top: 0px;
left: 41px;
opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}

#copyright
{
z-index: 1000;
width: 179px;
height: 64px;
background-image: url('../images/copyright2012.png');
position: fixed;
top: 700px;
left: 100%;
margin-left: -179px;
}

/*PHOTOS FRONTPAGE*/

#photo_container
{
width: 11552px;
height: 600px;
position: absolute;
top: 100px;
left: 0;
overflow: hidden;
}

#photo_container img
{
margin:0;
display: inline;
}

#photo_container ul
{
list-style-type:none;
margin:0;
margin-left: 20px;
padding:0;
}

#photo_container li
{
display: inline;
float: left;
margin-right: 10px;
}



