#content {
	padding: 1em;
	margin: 0 210px 0 0;
}
#wrapper{
	background-image: url('http://www.microsoft.com/windowsserver2008/en/us/serverunleashed/assets/ToyBox/Wallpaper/IT24-7_B_12x9.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	opacity: 0.5;               /* newer Mozilla and CSS-3 */
}


/* -- Post -- */
.post {
	padding: 0;
	margin: 0;
}
.posthead {
	font-size: 1.0em;
}
.posthead h2 {
	font-size: 1.2em;
}
/* Post Content  */
.postcontent {
	font-family: Palatino Linotype;
	font-size: 1.2em;
 line-height: 1.2em;
}

