@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	text-decoration:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #161616;
}
#pageAnimation{
	margin-top:150px;
	width:100%;
	height:200px;
}
#pageLangSelectLogo{
	margin-top:150px;
	background-image:url(images/logoBack.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:122px;
}
#pageLangSelect{
	width:100%;
	height:150px;
}
.txt{
	color:#373737;
}