body {	background: #484848 none repeat scroll 0%;	font-family: Helvetica, Sans-serif;
	padding: 150px 0px;
}
#container {
	width: 750px;
	margin-left: auto;	margin-right: auto;	padding: 0px;
	z-index: 4;
}
#title {
	font-size: 60px;
	text-align:left;
}
#post {
	color: #888888;
	position: relative; left: 200px; top: 50px;
	width: 500px;
	height: 50px;
	font-size: 12px;
	text-align:left;
}
a:link, a:visited {
	color: #888888;
	text-decoration:none;
}
a:hover {
	color: #909090;
	text-decoration: line-through;

}


