#container {
	background-color: #000;
	width: 160px;
	height: 150px;
	margin-top: 15%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo.png);
	height: 90px;
	width: 160px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#blog {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	float: right;
	margin-top: 20px;
}
#blog a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

#blog a {
	text-decoration: none;
	color: #FFF;
}
body {
	background-color: #000;
}
