
html body { 
  margin: 0;
	padding: 0;
	background: #000 url(../bg-01.jpg) no-repeat top center;
	text-align: center;
}

#holder
{
margin-top: 40px;
width: 750px;
margin-left: auto;
margin-right: auto;
}

#header
{
  float: left;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #ffffff;
}

#menu
{
  float: right;
	font-family: Arial, Verdana;
  font-size: 13px;
	color: #ffffff;
  align: left;

}

#wrap
{
	width: 100%;
  margin-left:auto;
	margin-right:auto;
	margin-top: 414px;
	background-image: url(../bg-09.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}



a:link { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	text-decoration: none;
	}


#post-list
{
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	clear: both;
}
	
table
{
	width: 750px;
	border-spacing: 2px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #000;
	margin-bottom: 40px;
}

tr.info {
	background-color: #101010;
	text-indent: 5;
}

td.viestiOtsikko 
{
  text-indent: 5;
	vertical-align: top;
}

td.vastausOtsikko
{
  text-indent: 5;
	vertical-align: top;
}

td
{
  border: 1px;
	border-color: #ffffff;
}
