/* LiveLink CSS Sheet*/


body{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #444;
}

a{
	text-decoration: none;
	color: #444;
	font-weight: 500;
}

a:hover {
	color: #777777
}

#splash{
	position: block;
	width: 1000px;
	margin-top: 400px;
    margin-left: auto;
    margin-right: auto;
}

#title{
	position: block;
	margin-top: 20px;
    margin-left: 20px;
	margin-right: auto;
	width: 369px;
	height: 86px;
	background: url(images/title.jpg) no-repeat;
}

#banner{
	position: block;
	margin-top: 20px;
    margin-left: 0px;
	margin-right: auto;
	width: 100%;
	height: 175px;

}

#logoarea{
	position: block;
	width: 1000px;
	height: 153px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 80px;
}

#logo1{
	position: block;
	background: url(images/live_lasersystems.jpg) no-repeat center;
	width: 480px;
	height: 153px;
	float: left;
}

#logo2{
	position: block;
	background: url(images/evil_lasers.jpg) no-repeat center;
	width: 480px;
	height: 153px;
	float: left;
}

#logo3{
	position: block;
	background: url(images/laser_peak.jpg) no-repeat center;
	width: 480px;
	height: 153px;
	float: left;
}

#logo4{
	position: block;
	background: url(images/assemblr.jpg) no-repeat center;
	width: 480px;
	height: 153px;
	float: left;
}

#logo_space{
	position: block;
	width: 40px;
	height: 153px;
	float: left;
}

#logo_clear{
	clear: left;
}

#legal_notice{
	position: block;
	margin-top: 200px;
    margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 153px;
	height: 175px;
	font-size: 12px;
	text-align: center;
}

.fade-in{
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in{0%{opacity:0;} 100%{opacity:1;}}
@-moz-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@-o-keyframes fade-in{0%{opacity:0} 100%{opacity:1}}
@keyframes fade-in{0%{opacity:0} 100%{opacity:1}}