@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: CGothic; /* Имя шрифта */
    src: url(GOTHIC.TTF); /* Путь к файлу со шрифтом */
   }

html, body{
	margin:0px; padding:0px;
	}

body{
	font-family:CGothic;
	font-size:14px;
	line-height:1.2;
	color:#fff;
	background:url(pics/bg.jpg) top center no-repeat;
	}

img{border:none;}

pre{
	font-family:CGothic;
	font-size:14px;
	line-height:1.5;
	white-space:pre-wrap;}

a{-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;-moz-transition: all 0.2s ease;
	color:#ff0000;text-decoration:none;padding:2px;border-bottom:1px dotted #ff0000;
}

a:hover{
	background-color:#ff0000;
	text-decoration:none;
	color:#fff;
	}