img#logo{
	float: left;
}

/**
div#page{
	width: 450px;
	float: right;
	padding: 10px;
	background: url(../img/page_bg.png) no-repeat left top;
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='../img/page_bg.png');
}

:root div#page{
	width: 430px;
}

div#page iframe.page{
	width: 430px;
	height: 430px;
}

**/

div#main{
	float: left;
	width: 600px;
}

div#information{
	margin-top: 5px;
}

div#information ul{
}

div#information ul li{
	background: url(../img/icon_fa.gif) no-repeat left 5px;
	padding: 5px 0px;
	padding-left: 20px;
	display: block;
	line-height: 1.4;
}

div#service{
	float: right;
	width: 190px;
	margin-left: 10px;
	text-align: center;
}

div#service div#list{
	width: 188px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	height: 380px;
}

div#service div#list img{
	margin: 8px auto;
}
div#service div#list a{
	font-size: 80%;
}


