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

#container {
	background-color: #ebebeb;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	background-color: #CCC;
	height: 195px;
	width: 980px;
}
#body {
	background-color: #ebebeb;
	height: auto;
	width: 980px;
}
.logo {
	width: 980px;
	height: 195px;
	background-color: #ebebeb;
}

.navigeter {
	height: 70px;
	width: 980px;
	background-color: #ebebeb;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.select {
	height: 160px;
	width: 980px;
	background-color: #ebebeb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.slice {
	height: auto;
	width: 980px;
}
.block {
	height: auto;
	width: 980px;
	background-color: #ebebeb;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer {
	background-color: #393535;
	height: 78px;
	width: 980px;
}
.line{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	text-align: center;
	width: 800px;
	margin-left: 100px;
}
