body {
	margin: 0;
	text-align: center;
	background: black url('bg.png') center repeat-y;
}
body, td {
	vertical-align: top;
	color: white;
}
body, td, input, textarea {
	font-size: 12px;
	font-family: arial, sans-serif;
}
body.intro {
	background: black url('bg.jpg') center 440px no-repeat;
} body.intro div {
	position: absolute; left: 0; top: 0;
	width: 100%;
	height: 430px;
	background: black url('bgintro.png') center;
}
a {
	color: #aaaaaa;
}

#body {
	width: 672px;
	margin: 10px auto;
	text-align: right;
	direction: rtl;
}

td.image {
	width: 150px;
	padding: 10px;
	text-align: center;
}
td.image img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
	border: 1px solid #4c99ff;
}

div.image {
	text-align: center;
}
div.image img {
	margin-bottom: 5px;
	border: 1px solid #4c99ff;
}

input, textarea {
	border: 1px solid #4c99ff;
}
form td input, form td textarea {
	width: 180px;
}
form input.button {
	width: 50px;
	color: white;
	background: #4c99ff;
}
form input.button.left {
	float: left;
}

a.inlist {
	float: right;
	position: relative;
	display: block;
	width: 190px;
	height: 50px;
	margin: 0 30px 10px;
	padding: 5px 5px 5px 60px;
	text-decoration: none;
} *html a.inlist { width: 250px; height: 60px; }
a.inlist h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.inlist:hover {
	background-color: #333333;
}
a.inlist img {
	float: left;
	position: absolute; top: 0; left: 0;
	width: 60px;
	height: 60px;
	border: 0;
}
br.postlist {
	line-height: 70px;
}

a#credit {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
} a:hover#credit { text-decoration: underline; }
