
* {
margin:0;
padding:0;
}

html,
body,
div#content {
height:100%;
}

html,
body {
overflow:hidden;
}

body {
font-family:"Times New Roman", Times, sans-serif;
font-size:14px;
}

a,
a:active {
outline:none;
color:#000;
text-decoration:none;
}

h1,
div#draggable,
table#page_content,
div#nav,
div#loading {
position:absolute;
}

h1 {
top:35px;
z-index:10;
}

h1,
div#nav,
div#loading {
width:100%;
}

h1,
h1 a {
display:block;
height:22px;
}

h1 a {
background:url("../images/site/logo.png") top center no-repeat;
width:100%;
}

h1 a span {
display:none;
}

div#draggable {
cursor:move;
left:0px;
overflow:hidden;
top:50%;
width:20000px;
}

div#draggable img {
float:left;
display:inline;
margin-right:67px;
}

table#page_content {
left:0;
top:0;
height:100%;
width:100%;
}

table#page_content td {
line-height:22px;
text-align:center;
vertical-align:middle;
}

div#nav {
bottom:40px;
}

div#nav,
div#loading {
text-align:center;
}

div#loading {
height:30px;
line-height:30px;
top:50%;
margin-top:-15px;
}