html, body {
width:100%;
height:100%;
margin:0;
padding:0;
}

body {
background-color:#eee;
}

div#container {
position:relative;
padding:10px;
color:#000;
height:100%;
width:606px;
/*border:1px dotted #0f0;*/
margin:0 auto;
padding:20px;
background-color:#fff;
border:2px solid #ddd;
border-width:0 2px;
-moz-box-shadow: 0 0 20px #000;
-webkit-box-shadow: 0 0 20px #000;
box-shadow: 0 0 20px #000;
}

body#home div#container {
background:#fff url(../img/penderscouk_shadow.gif) center center no-repeat;
}

.visitor-stats {
position:absolute;
left:5px;
top:5px;
color:#999;
}

ul.thms {
list-style-type:none;
/*border:1px solid #f00;*/
position:absolute;
left:10px;
bottom:100px;
margin:0;
padding:0;
}
ul.thms li {
position:relative;
display:inline-block;
}
ul.thms li:hover {
top:50px;
/*left:50px;*/
}
ul.thms li img {
background-color:#eee;
padding:5px;
border:1px solid #aaa;
margin:5px;
width:100px;
height:100px;
}
ul.thms li:hover img {
/*width:200px;*/
height:200px;
}


/**
 * Donate
 */
#container form {
width:180px;	/* Image is 160px */
/*border:1px solid #f00;*/
margin:6em auto;
}
