/****************************************/
/*										*/
/*		CSS Document					*/
/*		Design by Adam Farnsworth		*/
/*		bulk@adamfarnsworth.com			*/
/*		10/06/2006						*/
/*		© Adam Farnsworth				*/
/*										*/
/****************************************/

/****************************************/
/*		Theivery Manifesto				*/
/****************************************/
/*										*/
/*		Honestly, don't steal this		*/
/*		design, just do your own. 		*/
/*		It's really kind of lame to		*/
/*		have to be so unoriginal		*/
/*		that you just go to a site		*/
/*		you think is cool, change a		*/
/*		few colors and call it your		*/
/*		own. It's dumb, don't do it.	*/
/*										*/
/****************************************/

body {
	background: url(../img/bg_body.jpg);
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 170px;
	padding-left: 20px;
}