<!--

html {
background-color: #000;
}

body {
background-color: #000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
width: 100%;
background-color:#000;
}

div#header {
padding: 32px;
margin: 0px;
background-image:url('header.jpg');
background-repeat:no-repeat;
}

div#banner {
float:left;
padding-right: 128px;
padding-bottom: 256px;
margin-left: 40px;
background-image:url('banner.jpg');
background-repeat:no-repeat;
}

div#main {
float:left;
color: #88FF88;
margin: 40px;
padding: 10px;
}

div#footer {
float:left;
padding-right: 350px;
padding-bottom: 39px;
margin-left: 200px;
background-image:url('upgrades.jpg');
background-repeat:no-repeat;
}

div#imgstack {
display:table;
}

img {
width:20%;
height:20%;
margin:10px;
padding:0px;
float:left;
}

a:link {
text-decoration: none;
color: #FF8888
}
a:visited {
text-decoration: none;
color: #FF8888
}
a:hover {
text-decoration: underline;
color: #FF0000
}
a:active {
text-decoration: none;
color: #FF8888
}

div#footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
}
-->