﻿html, body{
	background-color: #fff;
	font-family: Microsoft JhengHei,sans-serif;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 900px;
}

#header{
	width: 100%;
	min-width: 900px;
	text-align: center;
	height: 80px;
	padding: 0;
	margin: 0 auto;
}

#line{
	width: 100%;
	min-width: 900px;
	text-align: center;
	height: 4px;
	padding: 0;
	margin: 0;
	background-image: -webkit-gradient(linear, 91.95% 0.00%, 8.05% 100.00%, color-stop( 0% , rgba(0,59,214,1.00)),color-stop( 100% , rgba(44,137,58,1.00)));
	background-image: -webkit-linear-gradient(230deg,rgba(0,59,214,1.00) 0%,rgba(44,137,58,1.00) 100%);
	background-image: linear-gradient(220deg,rgba(0,59,214,1.00) 0%,rgba(44,137,58,1.00) 100%);
}

#content{
	width: 100%;
	min-width: 900px;
	height: 500px;
	/*padding: 45px 0px;*/
	margin: 0 auto;
	background-color: rgb(231,238,247);
}

#view{
	margin: 0 auto;
}

#footer{
	width: 100%;
	min-width: 900px;
	/*height: 60px;*/
	height: 40px;
	text-align: center;
	/*padding-top: 20px;*/
	padding: 10px 0;
	color: #fff;
	font-style: normal;
	font-size: 12px;
	background-image: -webkit-gradient(linear, 91.95% 0.00%, 8.05% 100.00%, color-stop( 0% , rgba(0,59,214,1.00)),color-stop( 100% , rgba(44,137,58,1.00)));
	background-image: -webkit-linear-gradient(230deg,rgba(0,59,214,1.00) 0%,rgba(44,137,58,1.00) 100%);
	background-image: linear-gradient(220deg,rgba(0,59,214,1.00) 0%,rgba(44,137,58,1.00) 100%);
}

iframe{
	min-width: 100%;
    *width: 100%;
	border: none;
}
