/* =INITIAL CSS=  */ 
/* Neutralize styling: Elements we want to clean out entirely: */ 
html, body, form, fieldset { 
	margin: 0px; 
	padding: 0px; 
	font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	} 
/* Neutralize styling: Elements with a vertical margin: */ 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { 
	margin: 0 0 0 0;
	padding: 0;
	}
/* Apply left margin: Only to the few elements that need it: */ 
li, dd, blockquote { 
	margin-left: 1em; 
	} 
/* Miscellaneous conveniences: */ 
form label { 
	cursor: pointer; 
	} 
input, select, textarea { 
	font-size: 100%; 
	}
img {
	border:0px;
	}

/* =END INITIAL CSS= */
	body {
		text-align:center;
   		background-color:#000;
		background-image:url("../images/page_background.jpg");
		background-repeat:repeat-y;
		background-position:top center;
		margin:0;
		padding:0;
	}
	#content_holder {
		text-align:left;
		width:375px;
		margin:0 auto 10px auto;
		padding:0 0 10px 0;
	}