body {
				margin: 0;
				padding: 0;
				background-image: url("http://incessant.nilzero.com/eyecandy/bg.jpg");
				background-repeat: no-repeat;
				background-position: 0 0;
				background-attachment: fixed;
				background-color: #040807;
			}

			#iewarning {
				position: absolute;
				top: 180px;
				left: 100px;
				background-color: black;
				width: 50%;
				text-align: center;
				height: 400px;
				color: white;
			}
			
			#iewarningclosebox {
				font-family: "Courier New", Courier, mono;
				margin-top: 1px;
				border: 1px solid white;
				padding: 1px;
				padding-left: 2px;
				float: right;
			}
			#iewarningclosebox:hover {
				cursor: pointer;
				cursor: hand;
			}

			html>body #iewarning {
				display: none;
			}

			div#rightbg {
				background-image: url("http://incessant.nilzero.com/eyecandy/rightbg2.gif");
				background-repeat: no-repeat;
				background-position: 600px 150px;
				background-attachment: fixed;
			}

			div#id {
				margin-top: 20px;
				margin-left: 100px;
				color: white;
				font-size: xx-large;
				font-family: Arial;
				opacity: .25;
			}

			div#id:hover {
				opacity: .75;
			}

			div#id:hover:after {
				content: " The blog of Chris Garaffa";
				font-size: large;
			}

			div#nav {
				position: fixed;
				left: 0px;
				top: 25%;
				color: darkgray;
				font-family: "Courier New", Courier, mono;
				font-weight: bold;
				font-size: small;
				display: inline;
			}

			div.navcontent {
				display: none;
				float: left;
				padding-right: 5px;
				border-right: 1px solid gray;
				font-size: smaller;
				background-color: black;
				color: #5F92A1;
				opacity: .75;
			}

			div.navtitle {
				display: block;
				float: left;
				line-height: 75%;
				text-shadow: #5F92A1 0.1em 0.1em 1.0em;
				color: #5F92A1;
			}

			div#content {
				margin-top: 50px;
				margin-left: 100px;
				min-width: 650px;
				width: 650px;
				max-width: 75%;
				color: white;
			}

			div.container {
				width: 650px;
				margin-bottom: 10px;
				padding-bottom: 10px;
				font-family: "Gill Sans";
				font-size: 14px;
			}

			div.comments {
				display: none;
				margin-bottom: 20px;
			}

			div.meta {
				float: right;
				width: 150px;
			}

			div.data {
				width: 500px;
				text-shadow: black 0.1em 0.1em 0.2em;
			}
			
			div.comment {
				opacity: .75;
			}
			
			div.comment:hover {
				background-color: #333333;
				opacity: 1.0;
			}
			
			div.commentsmeta {
				float: left;
				width: 50px;
			
				text-align: right;
				font-size: smaller;
				
			}
			
			div.commentsdata {
				margin-left: 50px;
				border-left: 1px solid white;
				padding-left: 5px;
				width: 450px;
				text-shadow: black 0.1em 0.1em 0.2em;
				text-indent: 0 !important;
			}
			
			div.commentsdata div {
				text-indent: 0 !important;
			}
			
			div.data, div.mini {
				font-size: 90%;
			}

			div.data div {
				text-indent: 2em;
			}

			div.data:first-letter {
				font-size: 150%;
				
			}

			a:link {
				color: white;
			}
			a:visited {
				color: white;
			}
			a:hover {
				color: white;
			}
			a:active {
				color: white;
			}

			div.mini a:link {
				color: inherit;
			}

			div.mini a:visited {
				color: inherit;
			}

			div.mini a:hover {
				color: inherit;
			}

			div.mini a:active {
				color: inherit;
			}

			div.contentdate, div.contentcats, div.contenttags {
				display: none;
			}
			
			div#footer {
				text-align: center;
				color: white;
				font-size: smaller;
			}