@charset "utf-8";
body {
	background-image: url(Images/blogbackgrd.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav {
	height: 80px;
}
#content {
	background-color: #FFFFFF;
	height: 800px;
	width: 600px;
	margin-left: 300px;
}
#Content {
	background-color: #FFFFFF;
	height: 900px;
	width: 600px;
	margin-top: 60px;
	margin-left: 300px;
	color: #66FF33;
	border: medium inset #66CC00;
}
#footer {
	height: 80px;
	margin-top: 20px;
	text-align: center;
}
