body {
	font-family: "Segoe UI", "Palatino", sans-serif;
	font-size: .9em;
	font-weight: 400;
	background-image: url("http://www.kineticstorm.com/images/backgrounds/background.png");
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: 300;
}

b {
	font-weight: 600;
}

p {
	margin-left: 25px;
	margin-right: 25px;
}

img.inline {
	position: relative;
	top: 4px;
	width: 16px;
	height: 16px;
}

#update-area {
	width: 90%;
	margin: 0px auto;
	background-color: #fff;
	border: 1px solid #999;
	padding: 5px;
}

#cmdline {
	width: 100%;
	margin: 0px auto;
	background-color: #000;
	color: #fff;
	border: 1px solid white;
	padding: 5px;	
}

#screenshots {
    width: 90%;
	margin: 5px auto;
	background-color: inherit;
	text-align: center;
	padding: 5px;
}

#content-wrapper {
	text-align: center;
}

#content {
	width: 800px;
	margin: 0px auto;
	border: 1px solid black;
}

#header-right-wrapper {
	float: left;
	width: 100%;
	background-position: 1px 0px;
	background-image: url("http://www.kineticstorm.com/images/backgrounds/header_background1_right.png");
	overflow: hidden;
	position: relative;
}

#header-left-wrapper {
	float: left;
	width: 100%;
	background-image: url("http://www.kineticstorm.com/images/backgrounds/header_background1_left.png");
	background-position: -1px 0px;
	position: relative;
	right: 50%;
}

#header-left {
	font-size: 24pt;
	font-weight: 600;
    float: left;
	width: 640px;
	position: absolute;
	bottom: 0px;
	left: 400px;
	text-align: left;
	padding: 5px;
}

#header-right {
    float: right;
	width: 140px;
	position: relative;
	left: 400px;
	text-align: right;
	padding: 5px;
}

#menu-wrapper {
	float: left;
	width: 100%;
	background-color: #e9f2c8;
	overflow: hidden;
	position: relative;
}

#main-wrapper {
	float: left;
	width: 100%;
	background-color: #e9f2c8;
	position: relative;
	right: 200px;
}

#main {
	float: left;
	width: 589px;
	position: relative;
	left: 200px;
	text-align: left;
	padding: 5px;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#menu {
	float: left;
	width: 190px;
	position: relative;
	left: 199px;
	text-align: left;
	padding: 5px;
	margin-right: -1px;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

#footer {
    clear: both;
	background-image: url("http://www.kineticstorm.com/images/backgrounds/header_background1.png");
	background-position: -1px 0px;
	padding: 5px;
	border-top: 1px solid black;
}

#menu ul {
	display: block;
	padding-left: 1em;
	margin: 0px auto;
	list-style: none;
}

#footer ul {
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer li {
    display: inline;
}

* html #footer {
	height: 1px;
}

a:link, a:visited {
    color: rgb(0,19,127);
}

a:hover, a:active {
    color: rgb(63,127,255);
}

#menu a:link, #menu a:visited , #footer a:link, #footer a:visited {
	text-decoration: none;
	color: rgb(0,19,127);
}

#menu a:hover, #menu a:active, #footer a:hover, #footer a:active, a.login:hover, a.login:active {
	outline: none;
	color: rgb(63,127,255);
}

a.login:link, a.login:visited {
	text-decoration: none;
	color: rgb(255,255,255);
}

td.aboutItem {
	width: 50%;	
	padding: 0px; 
	margin-left: 5px;
	margin-right: 5px;
}

.cmdline {
	font-family: "Courier New", sans-serif;
	font-weight: 700;
}
	
