/* CSS Document */

body {
margin: 0px;
}

body, th, td {
font: normal 13px Arial, Helvetica, sans-serif;
line-height:20px;
}

a {
text-decoration: underline;
color: #3366cc
}

a:hover {
text-decoration: none;
}

img {
border:none;
vertical-align: middle;
margin-right:10px;
}

#Logo {
background: url(images/logo150x100.gif) center 30px no-repeat;
padding: 0px;
width: 250px;
height: 180px;
float: left;
margin:0px;
}

ul {
padding: 30px 0;
margin: 0px;
}

ul li {
display: inline;
padding-right:20px;
}

#Logo span {
display: none;
}

#Screen {
position: fixed;
width:100%;
height: 100%;
color: #333;
background: url(images/world.jpg) center center no-repeat;
}

#Screen td div {
width: 600px;
margin: 0 auto 275px auto;
}

#Footer {
position: fixed;
border-top: solid 1px #dadada;
width: 100%;
bottom:0px;
background: #fff;
}

#Footer p {
margin: 50px 10px 0 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
float: right;
}
