body {
background-color:#000000;
font-family:Arial;
font-size:13px;
color:#FFFFFF;
padding:0px;
margin:0px;
}

.mainFrame {
background-image:url(buttons/background.png);
position:relative;
width:100%;
height:76%;
top:12%;
bottom:12%;
left:0px;
right:0px;
overflow:auto;
}

.mainWindow {
background-image:url(background_henry.png);
background-position:50% 50%;
background-repeat:no-repeat;
position:absolute;
left:50%;
top:50%;
margin-left:-400px;
margin-top:-220px;
width:800px;
height:600px;
}


hr {border:0px; height:1px; background-color:#000000;}

a{outline:0px;}
a:link{color:#FFFFFF;text-decoration:none;}
a:visited{color:#FFFFFF;text-decoration:none;}
a:hover{color:#FFFFFF;text-decoration:none;}


.links a{outline:0px;}
.links a:link{color:#FFFFFF;text-decoration:underline;}
.links a:visited{color:#FFFFFF;text-decoration:underline;}
.links a:hover{color:#FFFFFF;text-decoration:underline;}

img {border:0px;}

.upperLine {padding:0px;position:absolute;top:0px;left:0px; right:0px; height:12%; z-index:2; text-align:right; border: 0px solid #FFFFFF; width:100%; overflow:hidden; }
.bottomLine {padding:0px;position:absolute;bottom:0px; height:12%; left:0px; right:0px; z-index:2; border: 0px solid #FFFFFF; width:100%; }

.upperLine img{
margin:0px;
position:absolute;
bottom:0px;
right:0px;
}