* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#004b8c;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 823px;
	height: 983px;
	background-image: url(bnl_homepage.jpg);
	background-repeat: no-repeat;
	
}

div#banner {
	
	position: relative;
	top: 125px;
	left: 30px;

}
