/* CSS Document */

@import url("reset.css");
@import url("clearfix.css");

html,
body{
margin:0;
background-color:#FFF;
text-align:center;
width:100%;
height:100%;
}

