body {
  background-color: #def6ff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
  overflow: scroll; /* Show scrollbars */
}
h1 {
  color: blue;
}
p {
  color: black;
}

h {
  font-weight: 500;
  font-size: 32px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

#logo {
width:720px;
height:160px;
margin-left:auto;
margin-right:auto;
}

#menu {
  max-width: 750px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  /*background: red;*/
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
}

#menu a:link {
color: #000;
text-decoration: none;	
}

#menu a:visited {
color: #000;
text-decoration: none;		
}

#menu a:hover {
color: #000;
text-decoration: none;		
}

#menu a:active {
color: #000;
text-decoration: none;	
}

#men_1 {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: yellow;*/
float: left;
}

#men_2 {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: orange;*/
float: left;
}

#men_3 {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: yellow;*/
float: left;
}

#men_4 {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: orange;*/
float: left;
}

#men_5 {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: yellow;*/
float: left;
}

#men_ico {
padding-top: 15px;
width: 125px;
height: 100%;
/*background: orange;*/
float: left;
}

#facebook_ico {
margin: 0;
padding: 0;
float: right;
position: relative;
bottom: 5px;
}

#twitter_ico {
margin: 0;
padding: 0;
float: right;
position: relative;
bottom: 5px;
}

#banner {
height: 390px;
width: 100%;
background: #000;
background-image: url("img/border_bg_stars.png");
margin: 0;
padding: 0;
margin-bottom: 20px;
}

#banner_img {
height: 390px;
width: 950px;
background-image: url("img/megaprotowily.png");
margin-left: auto;
margin-right: auto;
}

#content {
width: 950px;
/*background: red;*/
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}



#content_pad {
padding-top: 32px;	
}

#footer {
width: 950px;
height: 258px;
margin-left: auto;
margin-right: auto;
/*background: yellow;*/
margin-bottom: 20px;
}

#footer_l {
width: 458px;
height: 100%;
background: purple;
background-image: url("img/download_bg.png");
float: left;
font-weight: 500;
}

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

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

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

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

#footer_r {
width: 458px;
height: 100%;
/*background: blue;*/
float: right;
}

#row {
width: 438px;
height: 35px;
/*background: grey;*/
margin-left: 10px;
margin-top: 5px;
}

#col1 {
width: 418px;
height: 100%;
/*background: blue;*/
float: left;
}

#col2 {
width: 20px;
height: 100%;
/*background: green;*/
float: left;
}

#dl_text {
padding: 0;
margin: 0;
float: left;
}

#dl_ico {
margin: 0;
padding: 0;
}

#footer_bottom {
width: 950px;
/*background: red;*/
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
text-align: center;
font-size: 13px;
font-weight: 500;
}



  
