* {
padding:0;
}

#container {
	width: 100%;
	margin-left: 120px;
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

body {
	background-color: #000000;
	text-align: left;
	background-image: url(../../images/topbanner.png);
	background-repeat: no-repeat;
	background-position: top;
}


.bodyhome {
	background-image: none;
}

.infos-body {
	background-image: none;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#303030;
    margin:90px 125px 0px;
}

a:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none; 
	color: #303030;
	}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none; 
	color: #303030;
	}
a:hover, a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal; 
	text-decoration: none; 
	color: #606060;
	}
