@charset "utf-8";



*         { margin:0; padding:0; }
html,body { margin:0; padding:0;  
}
body {
	width:100%;
	min-height:100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background: #036BAE url(zimages/bg_home.gif) repeat-y center;
}
#global {
	position: absolute;
	width: 978px;
	height: 472px;
	left: 50%;
	margin-left: -489px;
	top: 50%;
	margin-top: -236px;
	background: url(zimages/home_bgbande.jpg) no-repeat;
	background-color: #328CCA;
}

/*
-------------------------------------------------------
BANDE
-------------------------------------------------------
*/

#logo-kuneo {
	position: absolute;
	width: 277px;
	height: 50px;
	top: 0px;
	right: 0px;
}
#motto {
	position: absolute;
	width: 835px;
	height: 20px;
	top: 90px;
	left: 144px;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}
#motto span {
	color: #00C1FF;
}
#flags {
	position: absolute;
	width: 620px;
	height: 81px;
	top: 214px;
	left: 178px;
	text-align: center;
}
#himgs {
	position: absolute;
	width: 300px;
	height: 66px;
	bottom: 09px;
	left: 404px;
}
#himgs img {
	margin: 2px;
}
#credits {
	position: absolute;
	width: 300px;
	height: 14px;
	bottom: 10px;
	right: 20px;
	text-align: right;
	color: #0066CC;
}
#w3c {
	position: absolute;
	width: 150px;
	height: 17px;
	bottom: 0;
	left: 20px;
}

/*
-------------------------------------------------------
MISC
-------------------------------------------------------
*/



img {
	border: 0;

}

a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

