* {
	border: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: black;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	background: white url(img/background.png) no-repeat fixed center center;
	font-family: Trebucket, Arial, Helvetica, sans-serif;
}

.blog {
	margin: 6px 0;
}

.content {
	background-color: black;
	margin: 20px auto;
	padding: 6px;
	width: 978px;
}

.heading {
	margin-bottom: 6px;
	text-align: center;
}

.main {
	margin: 0 6px 0 326px;
	width: 652px;
}

.pages {
	background-color: white;
	float: left;
	width: 320px;
}

.thumbnail {
	opacity: .8;
}

.thumbnail:hover {
	opacity: 1;
}

.video {
	background: transparent url(img/youtube-cat.jpg);
	height: 344px;
	padding: 6px;
	width: 640px;
}

