* {
	margin: 0;
  padding:0;
}
img {
	border: none;
}
html, body {
	height: 100%;
	font-family:arial, sans-serif;
	font-size: 13px;
	color: #1a171b;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
  background: #d9dadb;
}
#container {
	position: absolute;
  top: 50%;
  left: 50%;
  width: 865px;
	height: 585px;
	margin-left: -432px;
	margin-top: -292px;
	overflow: hidden;
	border: 0px solid #000;
}
#logo {
  display: block;
  float: right;
  width: 381px;
  height: 43px;
}
#blender_container {
  clear: right;
  display: block;
  float: left;
  width: 865px;
  height: 407px;
  border: 0px solid #000;
  margin-top: 11px;
}
#pic_container {
  clear: right;
  display: block;
  float: left;
  width: 621px;
  height: 407px;
  border: 0px solid #000;
  margin-top: 11px;
}
#text {
  clear: right;
  display: block;
  float: right;
  width: 218px;
  height: auto;
  overflow: auto;
  border: 0px solid #000;
  margin-top: 40px;
  font-size: 12px;
}
.slides_container {
  width:865px;
  height:407px;
}
.slides_container div {
  width:865px;
  height:407px;
  display:block;
}
#menu {
  display: block;
  float: left;
  width: 300px;
  height: auto;
  margin-top: 15px;
}
#starttext {
  display: block;
  float: right;
  width: 400px;
  height: auto;
  text-align: center;
  margin-top: 15px;
}
a:link {text-decoration: none; color: #1a171b;}
a:visited {text-decoration: none; color: #1a171b;}
a:active {text-decoration: none; color: #1a171b;}
a:hover {text-decoration: underline; color: #1a171b;}

h1 {
  font-size: 13px;
  font-weight: bold;
}
#starttext h1 {
  font-size: 13px;
  font-weight: normal;
}
h2 {
  font-size: 13px;
  font-weight: bold;
}
h3 {
  font-size: 13px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  font-weight: bold;
}