@charset "utf-8";


/*	=GENERIC
	----------------------------------------------------*/
	* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff; }
	img { border: 0; }
	a { outline: 0; }
	a:hover { text-decoration: none; }
	body { background: url(../img/body_bg.jpg) center center fixed no-repeat #111; }

	
/*	=FIXES
	----------------------------------------------------*/
	.clr { overflow: hidden; height: 100%; }


/*	=TEMPLATE
	----------------------------------------------------*/
	#you-should-be-working { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; }
	#on-your-full-site { position: absolute; top: -45px; left: 50%; margin-left: -137px; width: 274px; height: 90px; text-align: right; }
	#on-your-full-site h1 { margin: 3px 0 5px 0; }
	#on-your-full-site p { font-weight: bold; }
