@charset "utf-8";

/* * one value such as 10px to specify an equal margin on every side
    * two values, such as 10px 5px, to specify the top/bottom (first value) and right/left (second value) margin
    * three values, such as 10px 5px 2px, to specify the top (first value), right/left (second value) and bottom (third value) margin
    * four values, such as 10px 5px 2px 1px to specify the top, right, bottom and left margins respectively */
	
/* ********** ********** ********** BACKGROUND ********** ********** ********** */

body	{
				/* background-color: #fbfbf8; */
				font: .7em/1.5 Tahoma, Arial, san-serif;
				background-color: #000000;
				margin: 0 auto;
}

.background {background: transparent url(../_images/_pngs/_main/background.png) repeat-x top left;}

/* ********** ********** ********** END OF BACKGROUND ********** ********** ********** */