@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0; }

html, body 
	{
		background-color: #383838;
		font:12px "Eurostile", Arial;
		color:#FFFFFF;
		text-align:center;
	}
