html {margin:0; padding:0;
background-color:#d3e6ea;
background-image: url('bg.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
background-position: 0 0px; 


}


body {
margin:0;
padding:0;
background-color:none;
background-image: url('clear.png');




overflow-x:hidden;
text-align:center;
font-family:arial;
font-weight: bold;
color: #990099;

}





#content {
top:189px;
background-image: url('mid.png');
background-repeat: repeat-y;

position: relative;
width:968px;
margin:0 auto;


overflow:visible;



}

#content2 {
z-index:2;
position:relative;
padding:0px 50px 0px 50px;



}


#top {
z-index:1;
position:absolute;
left:-62px;
top:-189px;
}

#bottom {
z-index:1;
position:absolute;
bottom:-107px;
left:-62px;


}









.thumbnail {
width:125px;
height:160px;
float:left;
margin: 7px 7px -7px 7px;

}

.thumbnail4 {
width:160px;
height:200px;
float:left;
margin: 7px 7px -7px 7px;

}




.thumbnails {
width: 710px;
margin:0 auto;

}

img { border: none; }

a:hover {
text-decoration: underline;
font-family:arial;
font-weight: bold;
color: #990099;
}
a:link {
text-decoration: none;
font-family:arial;
font-weight: bold;
color: #990099;
}
a:visited {
text-decoration: none;
font-family:arial;
font-weight: bold;
color: #990099;
}



.clearBoth
{
	clear:both;
}