*{
	margin:0;
	padding:0;
}/*global reset*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin: 0.5em 0;
}
li,dd{
	margin-left:1em;
}
fieldset{
padding:.5em;
}
select { min-width:1.5em; }/* hiding the drop-down arrow of a select form widget in Firefox*/
img {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}
a {
	outline: 0
}
UL {
	LIST-STYLE-TYPE: none
}

/* layout css */
body{
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	margin:1em 0;
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#wrap{
	min-width:756px;
	max-width:960px; /*IE6 hack* it ignores the !important part and use 960px as the width*/
	margin: 0 auto; /*center hack*/
	text-align:left;
}
#sp_wrapper {
	width: 900px;
	margin: 0 auto;
}
#sp_left {
	float: left;
	height: 611px;
	width: 471px;
	padding-top: 60px;
}
#sp_right {
	float: left;
	height: 611px;
	width: 392px;
}
#buttons{
background: #63A600;height: 611px;width: 392px;}
#sp_right img {
	margin-top: 22px;
}
#sp_right img#button_e {
	margin-top: 40px;
}
#sp_right img#button_c {
	margin-top: 40px;
	margin-left: 45px;
}
#sp_footer {
width:392px; height: 40px; margin-top: 10px; background-color:#FFFFFF;color: #4A7C00;font-size: 0.9em;}


a.footer:link {
	color: #4A7C00;
	text-decoration: none;
}
a.footer:hover {
	color: #63A600;
	text-decoration: none;
}
a.footer:visited {
	color: #4A7C00;
	text-decoration: none;
}
