
body 
{
	background-color:#4e4e4e;
	background-image:url(panel/tlo.jpg);
	background-repeat:repeat-x;
	
	margin:0px;
	padding:0px;
	
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#web
{
	width:924px;
	margin: 0 auto;
}

#head
{
	float:left;
	width:924px;
	height:248;
}

#head .left
{
	width:370px;
	height:248px;
	float:left;
}

#head .right
{
	width:554px;
	height:248px;
	float:left;
}

#menu
{	
	width:924px;
	height:57px;
	float:left;
	
	margin-bottom:18px;
}

#menu .button
{
	float:left;
}

#center
{
	float:left;
	width:924px;
	background-image:url(panel/center.jpg);	
}

#center .left 
{
	float:left;
	width:369px;
	
	min-height:120px;
	
	background-image:url(panel/c_left.jpg);
	background-repeat:repeat-x;
	
	magin-right:1px;
}


#center .right 
{
	float:left;
	width:554px;
}

#center .right h1
{
	width:538px;
	height:23px;
	
	background-image:url(panel/h1.jpg);
	background-repeat:repeat-x;

	font-size:11px;
	font-weight:bold;
	
	color:#4e4e4e;
	
	padding:8px;
	margin:0px;
	margin-bottom:20px;
}

#center .right h2
{
	font-size:12px;
	font-weight:bold;
	color:#ff0000;	
}

#center .text
{
	text-align:justify;
	padding:30px;
}

#about
{
	width:924px;
	height:117px;
	float:left;
	
	background-image:url(panel/about.jpg);
}

#about .left
{
	width:660px;
	float:left;
	text-align:right;
	padding-top:30px;
}
#about .right
{
	width:264px;
	float:left;
	text-align:right;
	padding-top:30px;	
}

a
{
    text-decoration: none;
    color: #fff;
}

a:hover
{
    text-decoration: none;
    color: #ea0025;
}