
/*div { border: 1px solid red; } */

body {
font-family: verdana, lucida, tahoma, trebuchet, sans-serif;
background: #fff;
}

a {
border: none;
color: red;
}
img {
border: none;
padding: 0;
margin: 0;
}

div#page {
position: absolute;
background: #000;
width: 1000px;
height: 570px;
top: 50%;
left: 50%;
margin-top: -285px;
margin-left: -500px;
color: #ccc;
font-size: 12px;
}

div#menu {
position: absolute;
text-align: center;
width: 1000px;
bottom: -25px;
}

div#debug {
position: absolute;
color: #999;
bottom: -85px;
font-size: 9px;
}

div#logo {
position: absolute;
top: -20px;
/*border: 1px solid #ccc;*/
}

div#pane {
position: absolute;
width: 940px;
height: 470px;
top: 30px;
left: 30px;
}
div#left_pane {
position: absolute;
width: 470px;
height: 470px;
top: 30px;
left: 30px;
/*border: 1px solid #666;*/
}

div#right_pane {
position: absolute;
width: 470px;
height: 470px;
top: 30px;
left: 500px;
/*border: 1px solid #666;*/
}

div#thumbs {
position: absolute;
width: 940px;
height: 40px;
bottom: 15px;
left: 30px;
}

div#thumbs img.right {
position: absolute;
right: 0px;
width: 19px;
height: 15px;
margin-top: 12px;
}

div#thumbs img.left {
position: absolute;
left: 0px;
width: 19px;
height: 15px;
padding: 12px 10px 12px 0;
}

div#thumbs img.thumb-left {
float: left;
top: 0px;
width: 40px;
height: 40px;
padding: 0 10px 0 35px;
}

div#thumbs img.thumb-right {
float: left;
top: 0px;
width: 40px;
height: 40px;
padding: 0 25px 0 px;
}

div#pane p {
text-align: center;
margin-top: 25%;
font-size: 18px;
}

p {
padding: 0.25em 1em;
}

div#footer {
color: #aaa;
position: absolute;
width: 1000px;
text-align:center;
bottom: -60px;
font-size: 9px;
}

div#footer a {
color: #aaa;
}