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

html,body,div {
	height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.wrap1 {
	height: 100%;
	background: url(images/img2.jpg) bottom center no-repeat;
}

.banner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
}