html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: Arial;
}
#container {
   min-height:100%;
   position:relative;
}
#header 
{
    top: 0px;
    left: 0px;
    z-index: 2;
    /*padding:10px;*/
}


#search
{
    top: 10px;
    left: 80%;
    position: absolute;
    /*background-color: Transparent;*/
    background-color: Transparent
       
}

#body {
   padding-bottom:60px;
    font-size: large;
    /*color: #3333CC;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#photos {
   padding-bottom:60px;
    font-size: small;
    /*color: #3333CC;*/
    padding-left: 10px;
    padding-right: 5px;

    width: 75%;
}

#bodyFinished
{
   padding-bottom:60px;
    font-size: small;
    /*color: #3333CC;*/
    padding-left: 10px;

    width: 95%;
}   

#formError
{
    position: absolute;
    height: 18px;
    padding-left: 10px;
    background-color: #d20000;
    width: 83%;
    color: White;
    font-weight: bold;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height: 80px;   /* Height of the footer */
   /*background:#d4d4d4;*/
   
   background-color: white;
   color: White;
   text-align: center;
   font-size: smaller;
   z-index: 2;
    left: 0px;
}

#finishedFooter
{
       position:absolute;
   bottom:1px;
   width:100%;
   height: 155px;   /* Height of the footer */
   /*background:#d4d4d4;*/
   
   background-color: white;
   color: White;
   text-align: center;
   font-size: smaller;
   z-index: 2;
    left: 0px;
}


#poll
{
    position: absolute;
    width: 14%;
    color: White;
    top: 5px;
    left: 80%;
    height: 100%;
    padding-bottom: 8px;
}


