@charset "UTF-8";
/* CSS Document */

/* Flash Column */
div#flashcolumn{
	width:490px;
	float:left;
}
div#summary{
	width:490px;
	background-color:#EBEBEB;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
}
div#summary p{
	width:470px;
	margin:10px;
	line-height:18px;
}
.welcome{
	display:block;
	width:330px;
	height:29px;
	padding:0px;
	margin:0px;
	margin-left:10px;
	text-indent:-9999px;
	background:url(../images/welcome.jpg) left no-repeat;
}

/* In Points */
ul#main_inpoints {
	width:464px;
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	}
ul#main_inpoints li{
	display: block;
	width:464px;
	height:104px;
	list-style:none;
	padding:0;
	padding-bottom:10px;
	margin:0;
	}
ul#main_inpoints a{
	display: block;
	width:464px;
	height:104px;
	text-indent:-9999px;
	padding:0px;
	margin:0;
}
a.mainwho{
	background:url(../images/main_who.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.mainwhat{
	background:url(../images/main_what.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.mainwhy{
	background:url(../images/main_why.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.mainhow{
	background:url(../images/main_how.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.mainbuy{
	background:url(../images/main_buy.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
