body, html {
   	height: 100%;
  	margin: 0;
  	background-image: url("../image/ctc_01.jpg");
  	height: 100%; 
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.topnav {
	background-color: #333;
  	overflow: hidden;
}

.container {
  	overflow: hidden;
}
