body {
	background-color: #3c3c3c;
	background-image: url(BackgroundCoding.png);
	background-size: cover;
	color: rgb(0,255,0);
}

#wrapper {
	width: 1600px;
	background-color: rgba(60,60,60,0.6);
	margin: 0 auto;
	min-height: 200px;
	border-bottom: 4px solid #333;
	border-right: 4px solid #333;
	border-left: 4px solid #666;
	border-top: 4px solid #666;
}

#header-img img {
	width: 200px;
	float: right;
}

#header-text {
	float: left;
	padding: 10px 0 0 10px;
}

.clear {
	clear: both;
}

#fooder {
margin-top: 20px;
}