﻿/*头控制*/
#header {
    width: 800px;
    height: 82px;
    background: url("../../css/allpage/images/header.jpg");
    margin: 0 auto;
}

/*超链接*/
a:link
{
	font-size:12px;
	color:#6B6B6B;
	text-decoration:none;
}
	
a:visited
{
	font-size:12px;
	color:#6B6B6B;
	text-decoration:none;
}



/*脚控制*/
#footer
{
	width:800px;
	height:85px;
	margin:auto;
	margin-top:20px;
}

#footLink
{
	height:85px;
	text-align :center;
}

#footerline
{
	width:100%;
	height:6px;
	margin-top:5px;
	background:url("images/new-down.jpg") repeat-x;
}

#logospan
{
	margin-left:48px;
	margin-right:48px;
}

#footLink a:hover
{
	color:#FF6600;
}