@charset "utf-8";

*{ 
	margin:0; padding:0;
}
html{
	width:100%;
}
body {
	width: 780px;
	margin:auto;
	background-image: url(../image/bg_index.jpg);
	background-repeat: repeat-x;
}
#base {
	position:relative;
	height:620px;
	width:850px;
}
#head {
	position:relative;
	height:190px;
	width:850px;
	padding-top: 80px;
	text-align: center;
}
#info {
	position:relative;
	height:170px;
	width:640px;
	left: 105px;
}
.info {
	font-family:Verdana;
	font-size:16px;
	color:#333333;
}
#banner {
	position:relative;
	height:75px;
	width:400px;
	left: 105px;
}
#pata {
	float: left;
	padding-left: 40px;

}
#infopata {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	float: left;
	height: 24px;
	padding-left: 25px;

}
a{
	text-decoration: none;
	color: #E3031D;
}

