a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}
	
html body { 
  margin: 0;
	padding: 0;
	background-image: url(../bg-01.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#wrap
{
  clear: both;
  overflow: hidden;
	background: url(../bg-09.jpg) no-repeat top center;
	margin-top: 414px;
	height: 637px;
}

#holder {
  margin-left:auto;
  margin-right:auto;
	margin-top: 80px;
  width:400px;
}

p
{
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #ffffff;
}


#header
{
  float: left;
  text-align: left;
  width: 200px;
  font-family: Arial, Verdana;
  font-size: 13px;
  color: #ffffff;
 /* margin-left:25%;*/
}

#info
{
  float: left;
  font-family: Arial, Verdana;
  font-size: 13px;
  color: #ffffff;
  text-align: left;
  margin-top: 20px;
  /*width:200px;*/
}

#menu
{
  float: right;
  font-family: Arial, Verdana;
  font-size: 10px;
  color: #ffffff;
  /*margin-right: 25%;*/
  /*padding: 10px;*/
  border: 1px;
}

td {
  vertical-align: center;
	background-color: #000000;
}

table.valikko
{
	background-color: #101010;
  width: 200px;
  height: 100px;
	
	border-spacing: 0px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;	
}