@import "reset.css";
@import "presentation.css";
body {
	background:url(../images/background.jpg) top center no-repeat #000000;
	font:11px Tahoma,Arial, freesans, sans-serif;
	color:#ABABAB;
}

#wrapper {
	width:800px;
	margin:auto;
	position:relative;
}

#header {
	background:url(../images/logo.png) no-repeat;
	width:600px;
	height:89px;
}

.post {
	width:508px;
	margin-top:40px;
}

.post-preview {
	margin-left:5px;
}

#right-column {
	position:absolute;
	top:124px;
	right:0;
	width:260px;
}	

#footer {
	clear:both;
	overflow:hidden;
	height:50px;
	padding-top:40px;
	margin-bottom:20px;
}

#footer-powered {
	float:right;
	display:inline;
}