/* CSS Document */

.smbbody {
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-size:100%;
	color:white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12pt;		
		
}
.smblogo {
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-size: 600px;
	
	
	width: 600px;
	height: 94px;
	
}
.smbcadre {
	top: 180px;
	width: 606px;
	align-content: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	
}