@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: Tahoma;
	font-size: 18px;
	color:#4B521F;
	letter-spacing: 1.5px;
	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 */
	margin: 0px;
	padding: 0px;
	background-color:#D9DBCA;
}

@font-face {
    font-family: HollywoodHills;
    src: url("../font/HollywoodHills.eot") /* EOT file for IE */
}
@font-face {
    font-family: HollywoodHills;
    src: url("../font/HollywoodHills.ttf") /* TTF file for CSS3 browsers */
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:18px;
	color: #4B521F;
}

h1 {
	font-family: HollywoodHills, Tahoma;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
	margin: 2;
	color: #4B521F;
}

h2 {
	font-family: HollywoodHills, Tahoma;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin: 2;
	color: #4B521F;
	text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
}

h3 {
	font-family: HollywoodHills, Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #4B521F;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HollywoodHills, Tahoma;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:16px;
	color: #D9DBCA;
}

h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HollywoodHills, Tahoma;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:18px;
	color: #D9DBCA;
}

h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: HollywoodHills, Tahoma;
	font-weight:normal;
	letter-spacing: 1.5px;
	font-size:18px;
	color: #4B521F;
	text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
}

a {
	font-family: HollywoodHills, Tahoma;
	font-weight:normal;
	color: #D9DBCA;
	text-decoration: none;
	text-shadow:1px 1px 1px #fff, 1px 1px 1px #fff;
}

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


#header {  /* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	width:100%;
	height:273px;
	top:0px;
	z-index:200;
	text-color:#D9DBCA;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/header_tausta.png);
	background-repeat:repeat-x;
	}
	
#footer {
	width:100%;
	height:189px;
	background-color:#67635A;
	text-align:center;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:100;
}

#content {
top:0px;
background-repeat:no-repeat;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainosyksi {
top:0px;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}


#mainos_kaksi {
top:0px;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_kolme {
top:0px;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#mainos_maksu {
top:0px;
width:100%;
position:relative;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%;
	}

#fixed {
	position:relative; 
	top:0px;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

FB.ui(
 {
  method: 'share',
  href: 'https://developers.facebook.com/docs/'
}, function(response){});

FB.ui({
  method: 'share_open_graph',
  action_type: 'og.likes',
  action_properties: JSON.stringify({
    object:'https://developers.facebook.com/docs/',
  })
}, function(response){
  // Debug response (optional)
  console.log(response);
});

