#content_menu {
width: 100%;
position: relative;
text-align: center;
margin: 0 auto;
overflow: hidden;
min-width: 1000px;
margin-top: 100%; 
}

#content_menu_in {

width: 50%;
position: relative;
text-align: left;
float: left;
margin-left: 10%;

}

#menu {
float: left;
position: relative;
width: 20%;
text-align: center;
}

img {
border: none;
}

#bot {
width: 100%;
overflow: hidden;
}

#bot_menu {
z-index: 10000;

left: 0;
top: 100%;
text-align: center;
margin-bottom: 0;
width: 100%;
height: 100%;
background: #2a7513;
padding: 3px 0;

color: #fff;
}

#bot_menu a {
color: #fff;
text-decoration: none;
}





