@font-face {
    font-family: microsquare;
    src: url('fonts/microsquare.ttf');
	font-weight: normal,bold;
    font-style: normal,bold;

}


body {
background-image:url(images/bg8.jpg);
background-position:center;
background-repeat:repeat-y;
font-family:microsquare, Trebuchet MS;
color: #575656;
padding:0;
border:0;
margin:0;
}

