HTML,BODY{
	margin : 0;
	padding : 0;
	font-size : 10pt;
	background-color: #93ae51;
}
IMG{
	border : 0;
}
.main{
	width : 100%;
	height : 500px;
	background-color: #FFFFFF;
}
.logo{
	text-align : center;
	height : 80px;
}
.lang{
	text-align : center;
}
.space{
	height : 300px;
}