html, body {
  width: 100%;
}

/* debug */
div {
  border: 0px solid red;
}

#head_bg {
  height: 400px;
  background: #174480;
  background: linear-gradient(to top, #174480, #174480);
  padding-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

#head_bg .header_msg{
	display: block;
	/* font-size: 40px; */
	font-style: italic;
	/* font-weight: bold; */
	color: white;
	margin-left: 40px;
	/* margin-top: 20px; */
	text-decoration: none;
}
#futter_bg {
  height: 120px;
  background: #174480;
  margin-top: -300px;
  padding-top: 40px;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}

#main {
  position: relative;
  top: -280px;
  /* min-width: 1240px; */
  /* margin: 0 10%; */
  /* height: 500px; */
  min-height: 400px;
  border: 0;
  background: #fff;
  padding: 0;
  border-radius: 10px;
}
#menu {
	background: #3270BF;
	border-color: #3270BF;
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
	margin-bottom: 0;
}
#menu .nav a {
    color: white;
    font-size: 22px;
    font-weight: normal;
    border-radius: 10px;
}
#menu .dropdown-menu a {
    color: black;
    font-size: 18px;
    font-weight: normal;
}

#menu a:HOVER {
    font-weight: bold;
    background-color: #b0b0c1;
}

#menu .active_menu_item a {
    font-weight: bold;
}

#logo_info {
	height: 200px;
	margin: 10px 10px 5px 10px;
	background: #F2F2F8;
	border: none;
	border-radius: 4px;
	background-image: url("../img/logo.png");
	background-image: url("../img/logo2.png");
	background-size: 10%;
	background-repeat: no-repeat;
	background-position: right center;
}
#logo_info .main_info {
    font-size: 18px;
    border: none;
    margin: 50px 0 0 20px;
    color: #174480;
}

#bucket {
    background: #3270BF;
    border-radius :0 0 15px 15px;
    height: 100px;
    margin: 0 10px 20px 10px;
    border: none;
}
#bucket .bucket_col{
    padding: 20px;
}

#bucket .bucket_main{
    height: 50px;
    background-color: white;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

#bucket a{
    color: #3270BF;
    text-decoration: none;
}
/*
#futter_bg .container{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;;
}
*/

/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}