/* @override http://localhost/concept/home.css */


body{
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.7em;
	color: #FFF;
	padding: 0;
	background-width: 100%;
	background: #000;
	font-size: 20px;
}	
#img {
	margin: 0;
	padding: 0;
	background-image: url('./images/ma.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
	background-attachment: scroll;
	
}
img { border: none; }




a{
	color:#FFF;
	text-decoration:none;
	border: 0;	
}

a:hover{
	text-decoration:underline;	
	border: 0;
}


.flags img{
	margin-top: 450px;
	margin-left: 15px;
	height: 75px
}
#browsers{
	margin: 0;
	padding: 0;
}
#browsers span{
	color: #ff0000;	
}


