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

body {
background-color: black;
color: #ccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
text-align: center;
}

#splashBack {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
margin: 0px;
}

#window {
position: relative;
height: 400px;
width: 700px;
border: solid 1px #ccc;
margin: auto;
margin-top: 100px;
overflow: hidden;
background-color: black;
text-align: left;
}

#content {
position: relative;
margin: 10px;
text-align: center;
}

#box1, #box2 {
position: absolute;
top: -5px;
left: -5px;
width: 710px;
height: 410px;
border: solid 1px #ccc;
}

#adamnfishSplash {
position: absolute;
right: 36px;
top: 73px;
visibility: hidden;
}

#adamnfishLinks {
position: absolute;
left: 10px;
top: 10px;
visibility: hidden;
}

#otherLinks {
position: absolute;
bottom: 10px;
right: 10px;
text-align: right;
visibility: hidden;
}

img {
border: none;
}

a, a:visited, a:active {
color: #fff;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #6f8ea3;
}
