html,
body
{
	background:#ffffff;
	font-family: 'Verdana', Tahoma, Arial, Calibri, sans;
	color:#727272;
	font-size:11px;
	line-height:1.25;
	margin:0px 0 0 0;
	height:100%;
}
a:link
{
	color:#0185c6;
	text-decoration:underline;
}
a:hover
{
	color:#78aa30;
	text-decoration:none;
}
a:visited
{
	color:#0185c6;
}
a:active
{
	color:#0185c6;
}

#page
{
	background:url(img2010/main_bg_02.jpg) repeat-y;
	min-height:100%;
	width:1034px;
	position:relative;
	margin:0 auto;
}
#top
{
	background:url(img2010/top_header.png) no-repeat;
	width:1000px;
	height:auto;
	padding:0px;
}
.logo
{
	height:120px;
	width:310px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.SAP_logo
{
	height:86px;
	width:144px;
	float: right;
	margin-top:38px;
	margin-right:20px;
}
.download_image
{
	height:146px;
	width:263px;
	float:right;
	margin-top:10px;
	margin-right:20px;
}

#middel
{
	padding:0px;
	padding-bottom:70px;
	width:1000px;
	height: 100%;

}

#left_contant{
	width:230px;
	height:30px;
	background:url(img2010/left_contant.png);
}
#center_contant{
	width:478px;
	height:30px;
	background:url(img2010/center_contant.png);
}
#right_contant{
	width:730px;
	height:30px;
	background:url(img2010/right_contant.png);
}
#main_center_contant{
	width:980px;
	height:30px;
	background:url(img2010/main_center_contant.png);
}




#footer
{
	bottom:-1px;
	width:1000px;
	height:62px;
	background:url(img2010/bottom.png);
	position:absolute;
}



