/* DEFINING THE BODY OF THE MAIN PAGE */
body {
	background: #000000;
	margin:50px 0px; padding:0px;
	text-align:center;
	}
	
#content {
	width:483px;
	margin:0px auto;
	text-align:left;
	}

	
	
/* TEXT FORMATTING */
	
.copy
	{ 
	color : #675c53; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 14px; 
	font-weight : normal;  
	line-height : 20px;
	}