


html, body {

    margin-top: 50;

    padding: 0;

}




/* Generic Selectors */
 
body {background-color:black; text-align: center; }





/************ID'S*************/


div#container {
	text-align: left;
	width: 700px; /* Change to fit your needs */
	margin: 0 auto;
}

div#header {
	text-indent: -999em;
	height: 200px; /* Change to fit your needs */
	background-image: url(path/to/image.jpg); /* Change to fit your needs */
	background-position: center;
	background-repeat: no-repeat;
}