@charset "utf-8";
/* CSS Document */

	html{
		height:100%;
	}
    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	height:100%;
background-color:#000000;
    }
  #container {
	width: 1400px;
	height:100%;
	margin:auto;
	text-align:left;
	text-indent:-6000px;
	background-color: #000000;
	background-image: url(formation-web-flash-dreamweaver-html-css-jquery.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    } 




