﻿html, body {
	width: 100%;
	height: 100%;
	background-color: #CCCBAD;
	background-image: url(../images/1/500.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
*{
	padding:0px;
	margin:0px;
	border:0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
table {
	border:0px;
	border-collapse:collapse;
}
td {
    padding:0px
}
img {
	display:block;
}
#wrap{
	width: 100%;
	height: 100%;
}
/*内页*/
#top{
	background-color: #505050;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 3px;
	padding-bottom: 2px;
	text-indent: 315px;
	background-image: url(../images/1/20.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#centre{
	border: 1px solid #505050;
	background-image: url(../images/1/bg.jpg);
}
.design{
	border: 1px solid #505050;
	background-image: url(../images/1/bgy.jpg);
}

#bottom{
	background-color: #505050;
	height: 21px;
	background-image: url(../images/1/21.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

/*调用项*/
h1, h2, h3, h4, h5 {
	font-weight: bold;
	color: #696969;
}
.space{
	word-spacing: 18px;
}
.space1{
	color: #FFCC33;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: none;
}
