X {}
body {
		background-color: #000;
		color: #e6e6e6;
		font-family: "Palatino", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		}
a {
		color: #3a70af;
		text-decoration: none;
		}
a:link, a:visited {
		border-style:none;
		}
a:hover {
		text-decoration: underline;
		}
fieldset {
		border: 0;
		}
#world {
		margin: 0;
		margin-top: 10px;
		padding: 0;
		min-width: 1000px;
		max-width: 1500px;
	/* For Internet Explorer: */
		width: expression(Math.min(parseInt(this.offsetWidth), 1500 ) + "px");
		}
.windowtop {
		height:10px;
		background: url(splash2.jpg) no-repeat;
		background-position: 249px 0;
		border: 1px solid #191919;
		border-bottom: 0;
		border-top: 1px solid #898989;
		margin: 0 50px 0 50px; 
		padding: 0px 0 350px 0;
		}
#pagebottom {
		background-color: #000;
		}
.windowbottom {
		border: 1px solid #898989;
		border-bottom: 1px solid #131313;
		border-top: 0;
		margin: 0 50px 0 50px; 
		}		
.navbar {
		border-top: 1px solid #131313;
		border-bottom: 1px solid #090909;
		height: 1.2em;
		margin-left: 0;
		padding-left: 0;
		padding-top: .4em;
		padding-bottom: .4em;
		}
.navbar a {
		color: #c5b176;
		text-decoration: none;
		background-color: #131313;
		border-left: 1px solid #080808;
		border-right: 1px solid #080808;
		border-bottom: .4em solid #191919;
		display: inline;
		padding: .4em .4em 0 .4em;
		}
.navbar a:hover {
		background-color: #161616;
		border-bottom: .4em solid #101010;
		cursor: pointer;
		padding-top: .6em;
		}
.topmenu {
		float: right;
		border: 1px solid #131313;
		border-right: 0;
		margin: 0;
		}
.topmenu a {
		color: #c6c6c6;
		display: inline;
		padding: 0 1em;
		text-decoration: none;
		}
.topmenu a:hover {
		text-decoration: underline;
		}
.alpha50 {
		background-color: #000;
		border-top: 1px solid #898989;
		border-bottom: 1px solid #343434;
		margin: 0;
		padding: .3em 0 .2em;
		
		filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
		}
.alpha50:hover {
		filter:alpha(opacity=.75);
		-moz-opacity:.75;
		opacity:.75;
		}
.bottommenu {
		margin: 20px 0 10px 0;
		text-align: center;
		}
.bottommenu a img {
		background-color: #000;
		border: 1px solid #454545;
		border-top: 1px solid #505050;
		border-bottom: 1px solid #404040;
		
		filter:alpha(opacity=75);
		-moz-opacity:.75;
		opacity:.75;
		}
.bottommenu a img:hover {
		border: 1px solid #454545;
		border-top: 1px solid #404040;
		border-bottom: 1px solid #505050;

		filter:alpha(opacity=1);
		-moz-opacity:1;
		opacity:1;
		}
.contain {
		display: none;
		margin: 10px;
		}
.contain img {
		float: right;
		}
.downloadBox {
		display:block;
		border:1px solid #333;
		background: #111;
		padding:.6em;
		}
#ITOW ul {
		font-family: sans-serif;
		font-size: .8em;
		list-style: none;
		padding: 10px;
		color:##999;
		background-color:#333;
		width:400px;
		float:right;
		}
#ITOW li {
		padding-top: .5em;
		}
