@charset "UTF-8";
/* CSS Document */

@font-face{
    font-family: "Andale Mono";
    src: url(../font/AndaleMono.ttf);
    src: url(../font/andalemo.ttf);
  }
  
html{	
	background-color: #b9bbbe;
}


body{
	background-color: #b9bbbe;
}

#icon{
	text-align: center;
}