/*
_____________________________________________________________________

Title:			Psd Validator | Kézzel írt XHTML/CSS kód készítése grafikai terv alapján
Project:		Graphic design, Clientside Programing, Serverside Programing
Technologies:	XHML, CSS, javaScript, PHP, MySQL

JS framework:	MooTools 1.2
				jQuery

URL:			http://psdvalidator.agx.hu/
---------------------------------------------------------------------

Developed by:	Tari Gabor
				designer, webdeveloper
				-----------------------------------------------------
Website: 		http://tari.agx.hu/
Contact: 		tari@agx.hu
---------------------------------------------------------------------

Date:			09.18.2008.
				All contents are reserved.
				
_____________________________________________________________________
*/


* { margin:0; padding:0; }



/*  MAIN CONTROLS ------------------------------------------------------------------------------------------------------ */

body {
	margin: auto 0;
	padding: 0;
	cursor: default;
	text-align: center;
	background: url(../gfx/bg.jpg) center repeat-y #3E0000;
}


