/*
-----------------------------------------------
Site Screen Master
Author:   Aleksandr 4Ek Timofeev (www.4eki.ru)
Version:  02 Sep 2005
----------------------------------------------- */
/* Imported Styles
----------------------------------------------- */
@import url("layout.css");
@import url("base.css");
@import url("colors.css");
/* Null page margins
----------------------------------------------- */
BODY
{
	margin: 0px;
	padding: 0px;
}
/* Hide description block
----------------------------------------------- */
#DESC
{
	display:none;
}
/* Hide image borders
----------------------------------------------- */
A img
{
	border-width:0;
}
