html{
	height: 100%;
}


body {
background:#FFFFFF;
margin:0 0 0 0;
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#666666;
line-height: 17px;
height:100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	margin: 0 auto -139px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 0px; /* .push must be the same height as .footer */
	text-align:right;
}


#packageimage{
display:table-cell;
position:relative;
height:602px;
width:750px;
margin-left:-50px;
padding: 0 100px 0 0;
background-image:url(../images/packaging.jpg);
background-repeat:no-repeat;
background-position:top left;
text-align:left;
}

.splashtext{
padding:40px 0 0 475px;
}

#splashfooter{
position:relative;
height:60px;
width:100%;
background-color:#47aa42;
}

#econicheleaf{
position:relative;
width:100%;
bottom:-40px;
right:40px;
z-index:50;
}

#spacer{
width:100%;
height:60px;
}

li {
list-style-image: url(../images/bulletleaf.png);
}

a:link{
color:#357bc0;
text-decoration:none;
}
a:visited{
color:#357bc0;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}