@charset "utf-8";
body {
	background-color: #d1d1d1;
	text-align: center;
	margin: 15px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.background {
	background-image:url("background.jpg");
	background-repeat:no-repeat;
}
#main {
	position:relative;
	width: 750px;
	text-align:right;
	margin: 0 auto 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 14px;
}
#info {
	position:absolute;
	left: 485px;
	top: 134px;
}
#search {
	position:absolute;
	left: 103px;
	top: 128px;
}
#sbi {
	position:absolute;
	left: 207px;
	top: 174px;
}
#mps {
	position:absolute;
	left: 300px;
	top: 219px;
}
#business {
	position:absolute;
	left: 98px;
	top: 291px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
#copy {
	position:absolute;
	left: 462px;
	top: 509px;
	font-size:10px;
	color:#CCCCCC;
}					



