@charset "utf-8";
/* CSS Document */

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

html{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body  {
	position:relative;
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/tausta.jpg);
	margin: 0px;
	padding: 0px;
	
	background-color:#969696;
	background-repeat:no-repeat;
	position:relative;
	background-position:center;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 2;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 2;
	color: #000000;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	margin: 2;
	color: #000000;
}

h4 {
	font-size: 12px;
	font-weight: BOLD;
	margin: 0;
	color: #000000;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	color: #cccccc;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 2;
	color: #000000;
}

a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#masterDiv{
	width:1352px;
	height:800px;
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	z-index:200;
	background-image: url(../images/pelaajat2.png);
	background-attachment:scroll;
	

}

#header {  /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	
	width:940px;
	height:120px;
	top:0px;
	z-index:200;
	margin-left:auto;
	margin-right:auto;
	}
	
#footer {
	width:940px;
	height:120px;
	text-align:left;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial;
	font-size:12px;
	position:relative;
	z-index:100;
}
