/**--------- BASIC------------ */

html, body {
	background-color: #444444;
}

#wrapper2 {
	margin: 0px auto;
}
#logo h1 {
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #949494;
	font-size: 40px;
	width: 570px;
	letter-spacing: 6px;
}
/*#logo1 {
	float: right;
	width: 370px;
	height: 100px;
	background-image: url(imagesLayout/CHARLIE_HEAD_GR.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo1 h1 {
	position: absolute;
	left: 30px;
	bottom: 20px;
	color: #949494;
	font-size: 40px;
	width: 400px;
}*/

#content {
	float: right;
}

#sidebar {
	float: left;
	background: #CCCCCC;
	width: 250px;
}

#footer {
	clear: both;
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #1B1B1B;
	width: 850px;
}
