html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white url(../../images/landing/css/backgrounds/body-bg.gif) repeat-x left top;
	width: 100%;
}

html>body
{
	font-size: 10px;
}

table { font-size: 100%; } /* ie hack */
a img { border: 0 transparent none; }

#logo
{
	position: absolute;
	left: 39px;
	top: 282px;
}

#text
{
	position: absolute;
	left: 304px;
	top: 314px;
}

#buttons
{
	position: absolute;
	left: 303px;
	top: 462px;
	height: 23px;
	width: 373px;
	padding: 0;
	margin: 0;
}

#buttons li
{
	float: left;
	display: inline;
	width: 117px;
	height: 23px;
	margin-right: 11px;
}

#buttons li a
{
	display: block;
	background-image: url(../../images/landing/css/buttons.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 23px;
}

#buttons li a span
{
	font-size: 1px;
	display: none;
	visibility: hidden;
}

#buttons li#button_individual a
{
	background-position: 0 -23px;
}

#buttons li#button_individual a:hover
{
	background-position: 0 0;
}

#buttons li#button_corporate a
{
	background-position: -117px -23px;
}

#buttons li#button_corporate a:hover
{
	background-position: -117px 0;
}

#buttons li#button_institutional
{
	margin-right: 0;
}

#buttons li#button_institutional a
{
	background-position: -234px -23px;
}

#buttons li#button_institutional a:hover
{
	background-position: -234px 0;
}

#footer
{
	padding: .5em 1em .5em 1em;
	font-size: .9em;
	margin-top: 357px;
	width: 841px;
}

#footer, #footer a
{
	color: black;
}

#footer a, #footer .right
{
	float: right;
	margin: 0 0 0 2em;
	
	padding: 0;
	text-decoration: none;
	display: inline;
}


#footer a:hover
{
	text-decoration: underline;
}