* {
margin: 0px;
padding: 0px;
}

body {
margin: 0px;
padding: 0px;

}

#page {
background-image: url(../images/north_atlantic/shiptv0.jpg);
background-position: left top;
background-repeat: no-repeat;
}

.preload {
display: none;
}

table {
margin: 0px;
position: relative;
z-index: 1;
width: 1200px;
}

td {
padding: 10px 14px;
}

a {
/*background: #ddd;*/
color: #000;
text-decoration: none;
font-family: courier new;
font-weight: bold;
cursor: pointer;
/*border: 1px #000 solid;*/
}

a:hover {
background: #fff;
}

.title {
position: absolute;
z-index: 0;
right: 80px;
top: 80px;
opacity: .7;
}

#menu {
position: absolute;
right: 0px;
}

.close {
color: #000;
text-decoration: none;
font-family: courier new;
font-weight: bold;
background: #fff;
border: 2px #ccc solid;
-moz-box-shadow: 3px 3px 3px #000;
-webkit-box-shadow: 3px 0px 3px #000;
box-shadow: 3px 3px 3px #000;
}

#popup {
position: absolute;
left: 280px;
top: 80px;
display: none;
width: 698px;
z-index: 3;
/*height: 465px;*/
}

#image {
position: absolute;
right: 0px;
border: 2px #ccc solid;
-moz-box-shadow: 3px 3px 3px #000;
-webkit-box-shadow: 3px 3px 3px #000;
box-shadow: 3px 3px 3px #000;
cursor: pointer;
}

.credit {
color: #000;
text-decoration: none;
font-family: courier new;
font-weight: bold;
background: #fff;
border: 2px #ccc solid;
}
