* {
	margin: 0;
	padding: 0;
}
body{
	background: #fff url(../img/bg_stretch.gif) 0px 74px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #fff;
}
a{
	text-decoration: none;
}
p {
	margin: 10px 0;
}
#wrapper{
	width: 770px;
	height: 500px;
	background: #fff url(../img/bg_plant.jpg) 0px 10px no-repeat;
}
#content{
	position: relative;
	width: 440px;
	height: 500px;
	background: transparent url(../img/bg_text.gif) 0px 144px no-repeat;
	margin-left: 330px;
} html>body #content{
	background-image: url(../img/bg_text.png);
}
#logo{
	margin: 10px 0 10px 35px;
}
h1#headline{
	position: absolute;
	top: 74px;
	left: 0;
	background: #0055A4 url(../img/lifestyle_title.gif) top left no-repeat;
	text-indent: -1000em;
	width: 100%;
	height: 52px;
}
#pensions{
	position: absolute;
	top: 160px;
	left: 35px;
}
#unsure{
	position: absolute;
	top: 150px;
	left: 285px;
}
#unsure a, dl.list a{
	color: #fff;
}
a:hover{
	text-decoration: underline;
}
dl.list li {
	list-style-type: none;
	padding-left: 45px;
}
dl.list li a{
	color: #ff0;
}
dl.list{
	margin-top: 35px;
	list-style-type: none;
}
dl.list dt{
	background: transparent url(../img/leaf.gif) top left no-repeat;
	padding-left: 45px;
	font-size: 110%;
	font-weight: bold;
	margin: 12px 0;
} html>body dl.list dt{
	background-image: url(../img/leaf.png);
}