@charset "UTF-8";

/* CSS Document */

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
font-style: normal;
line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{
display:block;
}

img{
border:0;
}

ul, ol{
list-style: none;
}

body{
font-size: 62.5%;
}

#wrapper{
font-size:1.2em;
text-align:center;
}

a{color: #000000;}
a:visited{color: #000000;}
a:hover{color: #000000;}
a:active{color: #000000;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */