@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-size: 100%;
	background-color: #57B4E9;
}

#wrapper{
	width:1040px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	background-color: #FFFFFF;
	width:1040px;
	background-repeat: no-repeat;
}
#StreamlineLogo{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width:338px;
	height: 106px;
}
#StreamlineLogo a{
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}
#headerbtn{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width:1040px;
	height: 106px;
}

#nav{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 1040px;
	float: left;/*浮動*/
	text-align: center;
}
#content{
	background-color: #FFFFFF;
	width: 1040px;
	height:525px;
	float: left;
}
#contententer{
	background-color: #FFFFFF;
	width: 1040px;
	height: 525px;
	float: left;
	background-repeat: no-repeat;
}
#footer{
	background-color: #FFFFFF;
	width: 1040px;
	height: 92px;
	float: left;
	background-repeat: no-repeat;
}
