body {
	text-align: center;
	font-family: helvetica neue, sans-serif;
	font-weight: 100;
	font-size: 16px;
	color: #666;
	
}


h1 {
	font-weight: 300;
	color: #666;
}

a:visited, a:link {
	color: #41A5F7;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}


#main {
	width:  100%;
	margin-left: auto;
	margin-right: auto;
}

#barneo_demo {
	width: 100%;
/*	width: 288px;*/
/*	height: 162px;*/
}

.slice {
	width: 100%;
	margin-bottom: 60px;
	clear: both;
	
}

.slice:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

.slice_title {
	color: #000;
	font-weight: 300;
	font-size: 24px;
	position: relative;
/*	margin-left: 300px;*/
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #666;
}

.slice_title img {
	margin-bottom: -26px;
	margin-left: -8px;
	width: 180px;
}


.col1 {
	float: left;
	text-align: left;
/*	width: 260px;*/
/*	margin-right: 40px;*/
	margin-top: 22px;
		
}

.col2 {
/*	margin-left: 300px;*/
/*	width: 400px;*/
	text-align: left;
	float: left;
	
}

#hero_logo {
	position: relative;
	margin-top: 100px;		
	margin-bottom: 100px;
	height: 200px;

}

#hero_float {
	position: absolute;
	left: 5px;
	height: 150px;
	
	transition: margin-top .8s;
	-moz-transition: margin-top .8s; /* Firefox 4 */
	-webkit-transition: margin-top .8s; /* Safari and Chrome */
	-o-transition: margin-top .8s; /* Opera */
}

#hero_labs {
	position: absolute;
	left: 164px;
	height: 150px;
}


#hero_underline {
/*	width: 400px; */
/*	margin-left: 300px; */
	margin-top: 104px;
	margin-bottom: 300px;
	
	position: absolute;
	border-bottom: 4px solid #41A5F7;
	clear: both;
	left: 4%;
	width: 92%;
}

#update {
	position: relative;
	top: 100px;
}		

#copyright {
	font-size: 1em;
	margin-top: 100px;
	margin-bottom: 0px;
}