/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-indent: 0px;
}
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	
	body {
	text-align:center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000;
	}

/* --------------------------------------------*/

/* --------------------------------------------/ CONTENT \-------------------------------------------- */



	#content { 
		position:relative;  
		width:160px;
		height:100%;
		margin:auto;
		background-color:#000000;
		}
		
		#content h1{ font-size:14px; margin-top:10px;}

