html {
	background: url('images/htmlBg.jpg');
}
body {
	width: 100%;
	background: url('images/bodyBg.jpg') top center no-repeat;
	padding: 100px 0 0 0;
	min-height: 489px;
	font: normal 0.813em "Lucida Sans Unicode","Lucida Sans",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color: #538dff;
}
a:active, a:link, a:visited {
	color: #538dff;
	text-decoration: none;
}
a:hover {
	color: #bbd2ff;
	text-decoration: underline;
}
	div#description {
		background: url('images/description.png') no-repeat;
		width: 620px;
		min-height: 219px;
		margin: 0 auto;	
		padding: 219px 0 0 0;
	}
		div#description ul {
			padding: 25px 0;
		}
			div#description ul li {
				height: 30px;
				line-height: 30px;
				text-shadow: 1px 1px 1px #000000;
			}
				div#description span {
					width: 80px;
					float: left;
				}