@charset "utf-8";



*         { margin:0; padding:0; }
html,body { margin:0; padding:0;  
}
body {
	width:100%;
	height: 100%;
	min-height:100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #FFF;
}
#global {
	position: absolute;
	width: 100%;
	height: 360px;
	text-align: center;
	top: 40%;
	margin-top: -180px;
}

#flags {
	margin: 30px;
}




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



img {
	border: 0;

}

a:link, a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover, a:active {
	text-decoration: underline;
	color: #D2FFFF;
}


