* {
	margin:0;
	text-align: center
	}

html, body {
	background: url(subfolder/123_bk_chunk.jpg) repeat;
	background-color: #161616;
	}
	
h4{
	color: #B3B3B3;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;	
	font-size: 10px;
	line-height:15px;
	}	

/*////////////////////////////////////////////////////////////*/

a:link { color: #B3B3B3; text-decoration: none;}
a:visited { color: #B3B3B3; text-decoration: none;}
a:hover { color: #FF0000; text-decoration: none;}
a:active { color: #B3B3B3; text-decoration: none;}

body {
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	}
	
#Content {
	width:900px;
	margin:0px auto;
	text-align:left;
	}
	
	
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	}

#header {
	margin: auto;
	width: 900px;
	}
	
#footer {
	text-align:center;
	position:relative;
	margin-bottom:-700px;
	}
	
/*	
body {
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}	*/