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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#C0C0C0; border:0;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 587px;
	height:300px;
	background-image: url(bnl_homepage.jpg);
	background-repeat: no-repeat;
	
}

div#container2 {
	position: relative;
	margin: 0px auto;
	width: 320px;
	height:300px;
	background-image: url(bnl_homepage.jpg);
	background-repeat: no-repeat;
	
}

div#container3 {
width: 360px;
height:240px;
	
}

div#banner {
	
	position: relative;
	top: 125px;
	left: 30px;

}