@charset "UTF-8";


a {
	border: 0;
	outline: 0;
	color: black;
}


a:active, a:focus, a:hover {
	outline: 0;
	color: orange;
}


img {
	border: 0;
}
#lp_content {
	background-image: url(images/landingpage_bg.jpg);
	height: 649px;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#lp_content #lp_left {
	position: absolute;
	font-family: arial, sans-serif;
	font-size: 15px;
	width: 250px;
	height: 500px;
	color: black;
	margin-left: 170px;
	margin-top: 175px;
	
}

#lp_content #lp_right {
	position: absolute;
	font-family: arial, sans-serif;
	font-size: 15px;
	width: 255px;
	height: 500px;
	color: black;
	margin-left: 460px;
	margin-top: 252px;
	
}

#lp_content #lp_evite {
	position: absolute;
	margin-top: 90px;
	margin-left: -400px;
}


