body {
background-color: #333333;
padding: 30px 0;
font: small Verdana, Arial, sans-serif;
}

#thumbnailsContainer {
width: 450px;
margin: 0 auto 30px auto;
padding: 10px 120px 0 130px;
background-color: #333333;
border: 1px solid #d8d8d8;
}
#thumbnails {
width: 450px;
}
#thumbnails img {
float: left;
border: 1px solid #888888;
margin: 0 10px 10px 0;
}
.separator {
clear: both;
height: 0;
}

.logo {
margin: 0 auto 0 auto;
width: 700px;
}
.logo img {
margin: 0 0 10px 1px;
position: relative;
}

#textContainer {
width: 433px;
margin: 0 auto;
}
h1, p {
color: #2b2b2b;
}
h1 {
font: normal 110% Arial, sans-serif;
text-transform: uppercase;
margin: 0;
}
p {
font-size: 85%;
margin: 0 0 1em;
}


#frameBorder,#frameBackground,#displayArea {
left: 50%;
top: 50%;
position: absolute;
}

#frameBorder {
width: 560px;
margin-left: -280px;
height: 460px;
margin-top: -230px;
background-color: #000000;
z-index: 1;
}

#frameBackground {
width: 530px;
margin-left: -270px;
height: 430px;
margin-top: -220px;
background-color: #f5f0e1;
border-left: 5px solid #e5e2d3;
border-top: 5px solid #e5e2d3;
border-right: 5px solid #f5f0e1;
border-bottom: 5px solid #f5f0e1;
}

#displayArea {
width: 400px;
height: 300px;
margin-left: -200px;
margin-top: -150px;
}

#displayArea img {
border-top: 2px solid #e5e2d3;
border-left: 2px solid #e5e2d3;
border-bottom: 2px solid #ffffff;
border-right: 2px solid #ffffff;
margin-bottom: 1em;
}

#frameBorder p {
text-align: right;
font: 10px Arial, sans-serif;
color: #888888;
}

#caption, #credit {
font-weight: bold;
color: #555555;
}

p#closeWidget {
position: absolute;
top: 50%;
left: 50%;
margin-top: -210px;
margin-left: 210px;
width: 50px;
}
#closeWidget img {
border: 0;
margin: 0 0 -1px;
}

a {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
}