body{
margin: 0;
padding: 10px;
border: 0;

height: 100%; 
max-height: 100%; 
}

#smallPics {
font-size: 100%;
text-align:center;
}
#photoDescription {
line-height:120%;
font-color:#FFFFFF;
font-size:11pt;
}

#smallPics ul {
list-style: none;

}

#smallPics li {
display: inline;
}

#framecontent{
position: relative; 
bottom: 0; 
left: 0; 
width: 100%; 

overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: black;
color: white;
}

#mainImage
{

}

#mainPic{
padding: 20px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 130px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
