html, body, div{
margin:0px;
padding:0px;
border:0px;
}

html, body {width:100%;height:100%;}

body {
background:#85ADFF url('images/Background.jpg') no-repeat left top;
font-family:Arial;
font-size:100%;
overflow:hidden;}

div {position:absolute;}

#container{
position:fixed;
top:0.15em;
left:0.15em;
right:0.15em;
bottom:0.15em;
min-width:805px;
min-height:480px;}

#top_right_bar{
top:8px;bottom:5px;
right:-0.125em;width:0.25em;
background-color:#000000;}

a {outline:none;}

a:link{color:#000000;}
a:visited{color:#404040;}
a:hover, a:active {
color:#FFFF66;}

p {font-size:1em;}

h1 {
font-family:Helvetica;
font-size:1.875em;
line-height:0em;}

h2 {font-size:1em;
line-height:0.2em;}

h3 {font-size:1em;
line-height:1em;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

span.yellow{color:#FFFF66;}

span.small{font-size:0.6em;}
