@charset "utf-8";
/* CSS Document */

a:active
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


body {
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#2d3739;
}