body {
	background: url(http://www.makeshoplive.com/images/wood.jpg);
	color: black;
}

#wrapper {
	z-index: 1;
	margin: 0 auto;
	position: relative;
	width: 800px;
	min-height: 550px;
	background: #157DEC;
}

#blog {
	position: relative;
	width: 400px;
	height: 180px;
}

#socialMedia {
	position: fixed;
	top: 0px;
	right: 0px;
}

#footer {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
}

td, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}

a,
a:visited,
a:link,
a:hover {
	color: black;
}