body
{
	background-image: url('../images/bg_2000_jpeg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	text-align: center; /* for IE */
}

div
{
	text-align: left;
}

div#banner
{
	position: absolute;
	top: 50px;
	left: 30px;
}

div#paper
{
	position: relative;
	width: 991px;
	height: 608px;
	background-image: url('../images/paper_trans.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: auto auto;
}

div#paper_l
{
	margin-top: 55px;
	margin-left: 70px;
	float: left;
	width: 403px;
}

div#paper_l_back
{
	z-index: -1;
	position: absolute;
	top: 50px;
	left: 70px;
}

div#paper_r
{
	text-align: center;
	margin-left: 30px;
	margin-right: 50px;
	padding-top: 45px;
	float: left;
	width: 423px;
}

div#bottom_bar
{
	width: 100%;
	height: 45px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

div#bottom_bar div#logo
{
	width: 198px;
	height: 45px;
	float: left;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center;
}

div#bottom_bar div#menu
{
	float: right;
	margin-right: 10px;
}

div#welcome
{
	background-image: url('../images/bg_2000_jpeg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

div#welcome div
{
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -135px;
	margin-left: -200px;
	display: table-cell;
	vertical-align: middle;
}

a
{
	border: none;
}

table.wallpost
{
	margin: auto;
	margin-top: 100px;
	font-family: tahoma;
	font-weight: bold;
	
}

table.wallpost input, textarea
{
	border: solid 1px black;
	background-color: transparent;
}
