@charset "utf-8";
/*
@import "fonts.css";

Файл стилей для тестирования браузера




*
{
	 margin:0; 
	padding:0;
       overflow:hidden;
}

html,body
{
	width : 100%;
	height: 100%;
    background: lightgrey none repeat scroll 0 0;
      position: relative;

}

#allcontent
{
    background: lightblue none repeat scroll 0 0;
	position: relative;
	width: 60%; 
	left: 20%;
	height: 60%;
	top: 20%;
	font-size: 14pt;
	color: red;

}

*/