
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


html, body {
width: 100%;
margin: 0;
padding: 0;
height: 100%;    
}

body, div, p, blockquote, ol, ul, dl, li, dt, dd, td, th, box_logo, box_menu, copy, h3, h2 {
font: 13px verdana, arial, helvetica, sans-serif;
}

img {
border:0;
max-width: 100%;
} 


