@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#maincontent {
	width: 100%;
	margin-bottom: 100px;
}
	
#logo {
	margin-right: auto;
	margin-left: auto;
	height: 162px;
	width: 122px;
	padding-top: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	clip: rect(100px,auto,auto,auto);
}
#link ul {
	list-style-type: none;
}
#link li {
	display: inline;
	position: relative;
	float: left;
	list-style-image: url(../IMG/menus/EUS.gif);
	list-style-type: none;
}
span#eus {
	background-image: url(../IMG/menus/EUS.gif);
	height: 15px;
	width: 30px;
	left: 275px;
	top: 0px;
	text-indent: -9999px;
	position: absolute;
}
span#eus:hover {
	background-position: 0px -23px;
}
span#cas {
	background-image: url(../IMG/menus/CAS.gif);
	height: 15px;
	width: 30px;
	position: absolute;
	left: 315px;
	top: 0px;
	text-indent: -9999px;
}
span#cas:hover {
	background-position: 0px -23px;
}
span#ing {
	background-image: url(../IMG/menus/ING.gif);
	height: 15px;
	width: 32px;
	position: absolute;
	left: 355px;
	text-indent: -9999px;
}
span#ing:hover {
	background-position: 0px -20px;
}
#pie {
	margin-top: 100px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#pie p {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
#pie p a {
	color: #A1B000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#pie p a:hover {
	color: #FF9900;
}
