﻿@charset "utf-8";

body{
	font-size: 12px;
	font-family:"微软雅黑";
	
}

/*网页主体布局*/
#container{
	width:1120px;
	margin:0 auto;
}
#container1{
	width:1000px;
	margin:0 auto;
	overflow: hidden;
}
/*头部*/
#header{
	width:100%;
	position:absolute;
	bottom:15px;
	left:0;
	
}

/*logo区域*/
#logo{
	float:left;
	margin-top:3px;
	
}

/*网站导航*/
#navbar{
	width:100%;
	height:62px;

}

/*尾部*/
#footer{ width:100%;
height:50px;}

/*(左右)菜单*/
#menu{	
}

/*分页*/
#pageinfor{
}

/*文字列表*/
#list{
}

/*图片列表*/
#list-image{
}

/*清除浮动*/
.both{
	clear:both;
}