@charset "utf-8";
/* Page specific styles for: default.aspx */

#rightImage
{
	/* Note: on content pages rightImage is just the image found on the right side.
			On the index page, however, this contains two additional divs for the
			splash page content */
	width:742px;
	right:0px;
}


#leftNav
{
	/* No content to force it open, so manually do it: */
	height:430px;
}


#splash
{
	background-image:url(images/splash.jpg);
	width:742px;
	height:365px;
	position:relative;
	top:0px;
}

#splash p
{
    visibility:hidden;   
    margin-top:0px;
}

#helpingYou
{
	position:absolute;
	right:10px;
	bottom:10px;
}

#companykeep
{
	background-image:url(images/companykeep.gif);
	width:742px;
	height:65px;
	position:relative;
}


#mslogo
{
	position:absolute;
	left:400px;
	top: 20px;
}

#lenovologo
{
	position:absolute;
	left:525px;
	top: 16px;
}


#ibmlogo
{
	position:absolute;
	left:645px;
	top: 12px;
}