body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, img{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	font-family: Univers, Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
	background: #352d22;
}

img{
	border: 0;
}

#lang_select{

	position: relative;
	width: 588px;
	height: 539px;
	margin: 50px auto;

}

#english{
	
	position: relative;
	width: 122px;
	height: 41px;
	float: left;
	top: 150px;
	left: 80px;
	

}

#french{

	position: relative;
	width: 147px;
	height: 41px;
	float: right;
	top: 150px;
	right: 75px;

}
