/* style.css */

* {
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: 0;
}
ul {
	list-style: none;
}

html {
	background-color: #382400;
}

* {
	behavior: url(iepngfix.htc) 
}
body {
	margin: 0 auto;
	width: 800px;
	height: 600px;
	background: transparent url(bg_spanspot.png) no-repeat scroll center 42px;
	color: #fff;
	font-family: Lucida Sans Unicode, arial, verdana, sans-serif;
	font-size: 14px;
	position: relative;
}

#logo {
	background: transparent url(bg_logo.png) no-repeat scroll -1px 0;
	text-indent: -9999px;
	height: 85px;
}

#intro {
	padding-left: 10px;
	width: 231px;
}
#intro h1 {
	background: transparent url(bg_title.png) no-repeat scroll 0 0;
	text-indent: -9999px;
	height: 58px;
}
#intro p {
	font-size: 13px;
	line-height: 116%;
	font-weight: 100;
}
#intro ul {
	padding-left: 14px;
}
#intro ul li {
	list-style-type: disc;
}

#features {
	position: absolute;
	right: 0;
	top: 20px;
	width: 250px;
}
#features li {
	position: relative;
}
#features li p {
	position: absolute;
	left: 107px;
	line-height: 125%;
	font-size: 15px;
	font-family: "Arial";
	color: #fff;
	width: 120px;
}

li#sp-1 {
	background: transparent url(lt_sp1.png) no-repeat scroll 0 0;
	height: 200px;
}
li#sp-2 {
	background: transparent url(lt_sp2.png) no-repeat scroll 0 0;
	height: 200px;
}
li#sp-3 {
	background: transparent url(lt_sp3.png) no-repeat scroll 0 0;
	height: 180px;
}
li#sp-1 p {
	top: 54px;
}
li#sp-2 p {
	top: 54px;
}
li#sp-3 p {
	top: 50px;
}
