body {
/*
	background-color: #000;
	color: #ccc;
	/*background-repeat: no-repeat;*/
	/*background-position: right top;*/
}
form.post {
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
/*
form.post {
	background-image: url('top.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	filter: Alpha(opacity=80);
	opacity:0.8;
}
div.post {
	background-color: #000;
	color: #ccc;
	padding: 20px;
	filter: Alpha(opacity=60);
	opacity:0.6;
}
/*
body {
	background-color: #ff9;
	color: #000;
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

a {
	color: #000;
	font-weight: bold;
}
*/
