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

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #F2E6CE;
	/*background-color:#191812;*/
}

body {	
background-color:#221F1A;
	margin: 0px;
padding: 0px;
background-image: url(images/slice.jpg);
background-repeat: repeat-x;
}

img.logo {
   display: block;
    margin-left: auto;
    margin-right: auto
}


a:link {
	color: #424BD6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7175AD;
}
a:hover {
	text-decoration: none;
	color: #960;
}
a:active {
	text-decoration: none;
}
#overview, #market, #why, #contact {
	text-align:justify;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

 #launch, #lrdiscoverwidget{
	text-align:center;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#bio {
	text-align:justify;
}
#device {
	text-align:center;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
#devicetext {
	text-align:justify;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

.heading {
	text-align:left;
	font-size:26px;
	color:#7179AD;
}
.title {
	text-align:center;
	font-size:40px;
	font-weight:normal;
	color:#900;
}