body {
    background: #DDDDDD;
    margin: 0;
    color: #404040;
    font-size: 12px;
}
a:link {
    color: #404040;
}
a:visited {
    color: #404040;
}
a:active {
    color: #404040;
}
a:hover {
    color: #999999;
}
#pageContainer {
    width: 1001px;
    margin-bottom: 10px;
    border: 3px solid #404040;
}
#page {
    width: 1001px;
    font-family: Verdana, Helvetica, Arial;
}
#message{
    background: #FFEEEE;
    width: 400px;
    border: 3px solid #990000;
    color: #990000;
    font-weight: bold;
}
#header {
    color: white;
    position: relative;
    background: #FFFFFF;
    background-image: url("../images/background.jpg");
}
/* Logo from original page
#logo {
    text-align: left;
}
*/
#search {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    background: #EEEEEE;
    background-image: url("../images/background3.jpg");
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
#links {
    position: absolute;
    right: 5px;
    top: 32px;
}
#links table {
    font-size: 10px;
}
#links td {
    padding: 2px;
}
#search td {
    padding: 2px;
}
#platform {
    text-align: left;
    padding: 0 15px 0 15px;
}
#platform table {
    font-size: 12px;
}
#platform td {
    padding: 4px;
}
#platform .selected {
    background: #404040;
}
#platform .selected a {
    color: #FFFFFF;
}
#platform .notSelected {
    background: #777777;
}
#platform .notSelected a {
    color: #FFFFFF;
}
#platformBase {
    background: #404040;
    height: 10px;
}
.header1 {
    font-size: 14px;
    color: #FFFFFF;
    background: #404040;
    font-weight: bold;
    text-align: center;
    padding: 0 0 3px 0 !important;
    height: 1%;
}
h1 {
    font-size: 14px;
    color: #FFFFFF;
    background: #404040;
    font-weight: bold;
    margin: 0;
}
#main {
    position: relative;
    width: 100%;
    background: #EEEEEE;
    background-image: url("../images/background.jpg");
    padding: 10px 0 20px 0;
}
#footer {
    width: 100%;
    padding-bottom: 5px;
    font-size: 10px;
    border-top: 0;
    background: #EEEEEE;
    background-image: url("../images/background.jpg");
}
.button {
    font-size: 10px;
}
.gameTooltip {
    padding: 5px;
    text-align: left;
}
.gameTooltipScreenshot {
    margin-bottom: 8px;
    border: 2px solid #404040;
}
.gameTooltipBoxshot {
    float: left;
    margin: 0 5px 5px 0;
}
.gameTooltipTitle {
    font-size: 12px;
    color: #FFFFFF;
    background: #404040;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

	//From SWG Page
	
	#centeredHeader
  {
  position:relative;
  width:1001;
  }
  
  #logo
  {
  position: absolute;
  top:4;
  left:0;
  z-index: 25;
  
  } 
  #searchForm
  {
  position:absolute;
  top:75;
  left:700;
  z-index:10;
  }




