@charset "utf-8";
/* CSS Document */

body  {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	width: 822px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}
#logo {
	width: 822px;
	height: 97px;
	float: left;
}
#nav {
	width: 822px;
	height: 32px;
	float: left;
}
.slideshow {
	height: 287px;
	width: 822px;
	margin: auto;
	float: left;
	overflow: hidden;
	clip: rect(auto,88px,25px,auto);
}
#content {
	width: 800px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 11px;
	margin-left: 11px;
}
#about {
	width: 800px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 11px;
	margin-left: 11px;
	text-align: justify;
}
#contact {
	width: 800px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 11px;
	margin-left: 11px;
	text-align: justify;
}
#products {
	width: 800px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 11px;
	margin-left: 11px;
	text-align: justify;
}
#footer {
	width: 820px;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 204px;
}
#counter {
	width: 820px;
	float: left;
	text-align: center;
}

