body {
	background: #000;
	color: #FFF;
	font-family: "Lucida Grande", Verdana, sans-serif;
}
p {
	font-family: "Lucida Grande", Verdana, sans-serif;
}
a {
	text-decoration: none;
}

#darkroom {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: #333;
	background-attachment: fixed;	
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.strip {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	z-index: 10;
	background: url(../../misc/lsw/strip.gif) repeat-x top;
}
#ooo1 {
	top: 100px;
}
#ooo2 {
	top: 450px;
}
#ooo3 {
	top: 750px;
}
#site {
	background-image: url(../../misc/lsw/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	width: 800px;
	margin: auto;
	margin-top: 427px;
	text-align: center;
}
#download {
	width: 210px;
	height: 49px;
	margin: auto;
	background: url(../../misc/lsw/button.png) no-repeat top center;
}
#downloadlink {
	width: 210px;
	height: 49px;
	display: block;
}
#download img {
	float: left;
	padding-left: 10px;
}
#download p {
	color: #000;
	background: none;
	padding-top: 10px;
	font-size: 16px;
}
#download p.subinfo {
	color: #444;
	font-size: 9px;
	margin-top: -23px;
}
#description {
	margin-top: 25px;
	padding: 10px;
}
#description p {
	color: #999;
	font-size: 11px;
}
#description a {
	color: #FFF;
	border-bottom: 1px dotted #999;
}
#description a:hover {
	border-bottom: 1px solid #999;
}

#title h1 {
	margin-top: 10px;
	color: #3C99E5;
	background: none;
	font-size: 20px;
	text-shadow: 2px 2px 2px #3178B5;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

#changelog {
	width: 430px;
	margin: auto;
	text-align: left;
	color: #555;
}
#changelog h5 {
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 30px 0;
	color: #666;
}
#changelog ul {
	font-size: 11px;
	list-style: none;
}
ul.versionList {
	list-style: none;
}
.versionName {
	padding: 5px 0;
	color: #444;
}
.releaseDate {
	float:right;
	padding-right: 10px;
	font: 10px Georgia;
	color: #222;
}
#changelog ul.logList {
	list-style-type: circle;
}

#footer {
	margin-top: 25px;
}
#footer ul {
	color: #292929;
	font-size: 9px;
	line-height: 2em;
	padding: 0;
	list-style-type: none;
}
#footer li {
	display: inline;
	padding: 5px;
}
#footer li.line {
	padding: 0;
}
#footer a {
	color: #333;
	background: none;
	margin: 0 -4px;
	padding: 3px 4px;
}
#footer a:hover {
	color: #CCC;
	background: #222;
}

.White {
	color: #FFF;
}