
#container{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

#content{ 
width: 100%;
height: 80%;
background-size:initial;
background-color: white;
background-image: url('../../images/content-bg.png');
background-repeat: repeat-x;
background-position: left bottom;
min-height: 480px;
}
#content_wraper{
position: absolute;
height: 90%;
top: 10%;  
   }

#foot{
height: 20%;
width: 100%;
background: rgb(248,248,248);
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;

}

#foot .txt{
width: 1120px;
margin: 0 auto;
text-align: center;
float: none;
font-size: 10px;
font-weight: 400;
color: #555;
font-family: 'Noto Sans', sans-serif;
}

.logo{
margin-top: 20px;
margin-bottom: 30px;
}

#top{
float: none;
}  

#header_row{
height: 9%;
width: 100%;
min-height: 51px;
}


textarea{
resize: none;
font-family: 'Source Sans pro', sans-serif;
font-weight: 300;
font-size: 16px;
}

table td{
width: 100%;
}

#link_container{
padding-top: 15px;
padding-bottom: 5px;
width: 100%;
}

#link_container table{
width: 100%;
}


#link_container td{
width: 20%;
text-align: center;
}


