body{
    /* background-color : #FFF;*/
     font-family: "Century Gothic", Helvetica, sans-serif;
}
#topthumbs{
position : absolute;
width : 520px;
height : 60px;
top : 102px;
left : 81px;
border : 0px solid purple;
}
#rightthumbs{
position : absolute;
left : 562px;
top : 102px;
border : 0px solid yellow;
width : 80px;
height : 360px;
}
#bottomthumbs{
position : absolute;
float : left;
bottom : 1px;
border : 0px solid green;
left : 1px;
width : 642px;
height : 60px;
overflow : hidden;
}
#leftthumbs{
position : absolute;
left : 1px;
top : 102px;
width : 80px;
height : 360px;
border : 0px solid blue;
}
#thumb_1{
position : relative;
padding:5px;
border : 0px;
cursor:pointer;
}
#thumb_2{
top: 1px;
left : 1px;
position : inline;
padding:5px;
border : 0px;
cursor:pointer;
}
div.#thumbs{
padding:2px;
float : left;
}
div.#image{
  padding : 5px;
}
#mainimage{
position : absolute;
border : 0px solid indigo;
top : 107;
left : 86;
width : 474px;
height : 350px;
}
#blurb{
position : absolute;
top : 1px;
left : 1px;
height : 100px;
width : 642px;
border : 0px solid red;
background-color : #FFF;
z-index : 10;
}
#container{
position : relative;
top : 0px;
left : 0px;
width : 648px;
height : 528px;
border : 0px solid #000000;
background-color:#000;
z-index : 1;
}
#image1{
 border: 0px;
 position: relative; 
 padding : 0px;
}