﻿@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body {
	text-align: center;
	background-color: #D1D1D3;
}
#container{
	margin-right: auto; 
	margin-left: auto; 
}
#center{
	margin-top:-373px;
	margin-left:30px;
	text-align:center;
	padding:0px 5px;
	background-color: #D1D1D3;
}
#center table{
	width:780px;
	height:auto;
	background-color: #D1D1D3;
	margin:auto;
}
#center table #c_first{
	width:150px;
	height:auto;
	color:#09C;
	font-size:20px;
	font-family:"微软雅黑";
}
#center table #c_second{
	font-size:15px;
	font-family:"微软雅黑";
	text-align:left;
}
#center table #c_third{
	font-size:15px;
	font-family:"微软雅黑";
	text-align:left;
}

#container #foot{
	margin-top:10px;
	margin-left:20px;
}
