


* {
	margin: 0;
	padding: 0;
	border: 0;

	/*border: 1px solid #979;*/
}

body {
	background: rgb(43, 0, 236) url(/assets/css/imgs/background.png) repeat-x;

	color: #ffb;
	font: normal normal normal 12px/14px 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
	text-align: justify;
}

div#lang {
	display: block;
	position: fixed;
	top: 160px;
	left: 0px;
	width: 36px;
	background: transparent;
}

div#lang ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

div#lang ul li {
	background: transparent url(/assets/css/imgs/lang-bk.png) repeat-y left top;
	margin: 0;
	padding: 0;
	height: 33px;
	padding-top: 2px;
}

div#lang ul li a img {
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#lang ul li:first-child {
	background: transparent url(/assets/css/imgs/lang-bk-top.png) no-repeat left top;
	
}

div#lang ul li:last-child {
	background: transparent url(/assets/css/imgs/lang-bk-bottom.png) no-repeat left top;
	
}

div#body {
	margin: 16px auto 16px auto;
	width: 860px;
}

div#wrapper {
	width: 860px;
	min-height: 800px;
}


div#title {
	display: block;
	float: left;
	clear: left;
	background: transparent url(/assets/css/imgs/title.png) no-repeat;
	width: 540px;
	height: 220px;
	z-index: 200;
}

div#sun {
	display: block;
	float: right;
	clear: right;
	background: transparent url(/assets/css/imgs/sun.png) no-repeat;
	width: 320px;
	height: 312px;
	top: 0px;
	z-index: 100;
}

div#description {
	display: block;
	clear: left;
	width: 560px;
	padding: 20px;
	padding-top: 64px;
	color: #ffb;
	font: normal normal normal 12px/14px 'Lucida Grande','Lucida Sans',Verdana,Helvetica,Arial,sans-serif;
	text-align: justify;

	z-index: 0;
}

div#content {
	display: block;
	clear: both;
	width: 820px;
	
	padding: 20px;

	z-index: 0;
}

div#footer {
	display: block;
	clear: both;
	width: 852px;
	min-height: 24px;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid yellow;
	margin-top: 32px;
	margin-bottom: 48px;
	padding: 4px;
	color: white;
	font: normal normal bold 10px Verdana,Helvetica,Arial,sans-serif;
}

div#footer p {
	width: 100%;	
}

div#content div.left {
	display: inline;
	float: left;
	clear: left;
	width: 380px;
}

div#content div.right {
	display: inline;
	float: right;
	clear: right;
	width: 380px;
}

div.icondesc {
	display: block;
	clear: both;
	min-height: 16px;
	width: 380px;
	margin-top: 20px;
	margin-bottom: 8px;
}

div.spacer {
	display: block;
	clear: both;
	height: 16px;
}

h2 {
	margin-top: 32px;
	margin-bottom: 18px;
	color: yellow;
	font: normal normal normal 18px/20px Tahoma,Helvetica,Arial,sans-serif;
	text-align: left;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

ul {
	list-style-type: none;
	list-style-image: url(/assets/css/imgs/li.png);

	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 24px;
}

ul li {
	margin-bottom: 8px;
}

strong.appname {
	color: yellow;
}




