html,body,section{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
/*整体版面*/
#left{position: absolute;left: 0px; width:100%; min-height:10%; height:auto; top:0px;}
#view {
		position: absolute;
		padding: 0px;
		width: 100%;
		text-align: center;
		left:0px;
		bottom:0px;
}
#right{position: absolute; right: 0px; width:100%; min-height:25%; height:auto; bottom:0px;}
#top{position:absolute; top:0px; width:100%; height:10%;}
#bottom{position:absolute; bottom:0px; width:100%; height:5%;}
.transparent{opacity:0.5;}
.bgred{background:#F00;}
.bgwhite{background:#FFF;}
.bggreen{background:#060;}
.bgblue{background:#069;}
.fontcolor{color:#fff;}
a{
 text-decoration: underline;
}