@CHARSET "utf8";

html, body {
	margin:0px;
	padding:0px;
		
}

body {	
	background-color: #f8e9da;
	color:#3f1111;		
	font-family: Georgia;
	font-size:12px;	
	float: left;
	height: 100%;
	width: 782px;
	position: absolute;
	left:50%;
	margin-left:-390px;
	
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 30px;
	
}

#container {
	line-height: 1.5em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;			
}

#header {
	height: 639px; /* 39px lisätty links_out linkeille */
	
	background: url(images/santa.jpg) no-repeat bottom;
	
}

#content {
	
	margin: 0px 80px 0px 80px;
	margin-top: -170px;
	padding-bottom: 50px;	
	
}

#footer {
	height: 130px;	
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;	
}

#link_joulukka {
	float: left;
	margin-top: 93px;
	margin-left: 343px;	
}

#link_joulukka  img {
	border: 0px;	
}


/* Linkit muihin sivustoihin */


#links_out {
	text-align: center;
	padding: 0px -50px 6px 0px;
	height: 40px;
	margin-top: -12px;
	width: 782px;
	background: center bottom url(images/bg_linksout.jpg);	
	} 

#links_out ul {
	padding-top: 11px;
	}

#links_out ul li {
	list-style-type: none;
	display: inline;
	margin: 0 0em 0 1em;
	padding-right:1em;
	border-right: solid 1px #9f8176;
	}
	
#links_out ul li.santasummerhouse {
	border: none;
	}

#links_out ul li a {
	text-decoration:none;
	color: #9f8176;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	}
	
#links_out ul li a:hover,a:active {
	color: #666666	;
	}



