@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#topBanner{

	width: 995px;
	height: 150px;
	margin: 0px auto 0px auto;
}

#topMenu{
	width: 350px;
	height: 150px;
	margin: 0px auto 0px auto;
}

.satauri {
	background-color:#C00;
	width: 995px;
	height: 30px;
	margin: 0px auto 0px auto;
	font-weight: bold;
	font-size:20px;
	color: #FFF;
	
}

.container {
	width: 995px;
	height: 60px;
	margin: 0px auto 0px auto;
}
	
.image {
	width: 100px;
	height: 60px;
	margin: 0px auto 0px auto;
	float:left;
}

.txt {
	width: 397px;
	height: 60px;
	font-weight: bold;
	font-size:16px;
	color: #999;
	float:left;
	}
	
.txt2 {
	background-color: #EBEBEB;
	width: 397px;
	height: 60px;
	font-weight: bold;
	font-size:16px;
	color: #999;
	float:left;
	}
	
.counter {
	height:auto;
	width: 248px;
	float:left;
	text-align: center;
}

.banner {
	width: 995px;
	height: 25px;
	margin: 0px auto 0px auto;
	text-align: center;
}
	
	
	

