/* LAYOUT GALLERY */

body
{
margin: 0px;
background-color: #fff;
font-size: 10px;
}

#mainimagecontainer
{
position: absolute;
top: 0px;
left: 0px;
width: 110px;
height: 110px;
border-style: solid;
border-color: #666;
border-width: 0px;
}

#buttoncontainer
{
position: absolute;
top: 123px;
left: 0px;
width: 110px;
height: auto;
border-style: solid;
border-color: #666;
border-width: 0px;
}

#linkcontainer
{
position: absolute;
top: 170px;
left: 0px;
width: 115px;
height: auto;
border-style: dashed;
border-color: #666;
border-width: 0px;
}
