@charset "utf-8";
body {
	background-image: url(Images/blogbackgrd.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;

}
#header {
	background-color: #FF99FF;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 75px;
	width: 1200px;
	height: 1500px;
	background-color: #FF99FF;
}
#footer {
	text-align: center;
}
