@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
}
.header {
	width: 100%;
	min-width: 100%;
	height: 100px;
}
#wrapper {
	width: 100%;
	min-width: 100%;
}
.content {
	width: 100%;
	min-width: 100%;
	height: 200px;
}
.footer {
	width: 100%;
	min-width: 100%;
	height: 60px;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
