html
{
width: 100%;
height: 100%;
font-family: verdana;
}

body
{
margin: 0;
width: 100%;
height: 100%;
background-color: white;
}

.center
{
text-align: center;
}

#canvasDiv
{
width: 100%;
height: 100%;
padding: 0 0 0 0;
overflow: hidden;
z-index: -1;

-moz-user-select: none; 
-khtml-user-select: none; 
-webkit-user-select: none; 
-o-user-select: none; 
user-select: none;
}

#chatGroup
{
position: absolute;
left: 286px;
top: 490px;
visibility: hidden;
}

#chatPic
{
float: left;
width: 98px;
height: 91px;
margin-right: 10px;
background-image: url("media/port_captain.png");
z-index: 0;
}

#chatBox
{
float: left;
width: 300px;
height: 84px;
padding: 10px 10px 10px 10px;
color: white;
background-image: url("media/chatbox.png");
z-index: 0;
}

#announcement
{
position: absolute;
left: 0px;
top: 250px;
width: 1000px;
font-size: xx-large;
font-family: "Arial Black", Gadget, sans-serif;
color: white;
text-align: center;
}

#kdr0
{
position: absolute;
left: 10px;
top: 10px;
width: 980px;
color: white;
font-family: "Arial Black", Gadget, sans-serif;
}
#kdr1
{
position: absolute;
left: 10px;
top: 10px;
width: 980px;
color: white;
text-align: right;
font-family: "Arial Black", Gadget, sans-serif;
}