body {
	background-color: #333333;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	}
	
	.lang {
	position:absolute;
	color:#FFCC00;
	top: 27px;
	margin-left: 599px;
	padding: 5px 7px;
	border: thin solid #3E3E3E;
	background-color: #333333;
	text-align: center;
	}
	
	/*classes*/
	
	.note {	
	color:#FF9900;
	border-bottom:dashed 1px #FF9900;
	}
	
	
	.howto {
	font-size:14px;
	color:#339999;
	font-weight: bold;
	}
	
	.description {
	color:#FF9900;
	}
	
	.softwarename {
	font-size:17px;
	color: #FFFFFF;
	}
	
	.softwarename2 {
	font-size:14px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	.downloadnow {
	font-size:15px;
	color:#99CC00;
	font-weight:bold;
	}
	
	.icon {
	float:left;
	margin-right:15px
	}
	
	.header {
	border-bottom:dashed 2px #FFCC00;
	font-size:25px;
	color:#FFCC00;
	padding-bottom: 5px;
	}
	
	.download1 {
	float:left;
	}
	.download2 {
	float:right;
	}
	
#body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	padding: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	}
#content {
	color: #999999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	#content a:link {
	color:#FFCC00;
	text-decoration:underline;
	}
	#content a:visited {
	color:#999900;
	text-decoration:underline;
	}
	#content a:hover {
	color:#0099CC;
	text-decoration:underline;
	}
#breaker {
	padding: 0px;
	clear: both;
	color: #333333;
	}
#header {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	#header a:link, a:visited {
	color:#FFCC00;
	text-decoration:none;
	}
	
	#header a:visited {
	color:#FFCC00;
	text-decoration:none;
	}
	
	#header a:hover {
	color:#CCCC00;
	text-decoration:none;
	}
	
	
#leftcontent {
	padding: 10px;
	float: left;
	width: 400px;
	clear: left;
	text-align: justify;
}
#rightcontent {
	padding: 10px;
	float: right;
	width: 400px;
	clear: right;
	text-align: justify;
}
#downloadbar {
	padding: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	color: #FFCC00;
	}
	#downloadbar a:link {
	color:#FFCC00;
	text-decoration:none;
	}
	
	#downloadbar a:visited {
	color:#FFCC00;
	text-decoration:none;
	}
	
	#downloadbar a:hover {
	color:#00CCFF;
	text-decoration:none;
	}
	
#disclaimer {
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #999999;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}
