/*styles for pandora's lair splash page*/

html {
height: 100%;
width: 100%;
margin: 0 0 0 0;
scrollbar-face-color: #3a3b2d;
scrollbar-arrow-color: #bfbcad;
scrollbar-track-color: #3a3b2d;
scrollbar-shadow-color: #bfbcad;
scrollbar-3dlight-color: #3a3b2d;
scrollbar-highlight-color: #bfbcad;
scrollbar-darkshadow-color: #3a3b2d; 
}

body {
background: #3a3b2d url(images/patch.jpg);
}

img {
border: 1px #3a3b2d solid;
}

#container {
margin-top: 200px;
width: 100%;
}

#splash {
width: 700px;
height: 525px;
margin-top: 0;
margin-left: 260px;
border: 0;
}

#splash a {
border: 2px #3a3b2d solid;
text-decoration: none;
}

#splash a:hover {
border: 5px #bfbcad solid;
border: 0;
text-decoration: none;
}