/* @override 
	http://www.rinki.fi/preview/css/layout.css
	http://www.rinki.fi/css/layout.css
*/

/* hide from ie on mac \*/
html {
    height: 100%;
    overflow: auto;
    /* font-family: Helvetica, Arial, Sans Serif; */
    margin:0;
    padding:0;
}

#flashcontent {
	/*position: absolute;
	top: 27px;
	left: 0px;*/
	margin-top:27px;
    height: 100%;
    width:  100%;
    z-index: -1;
}

span.centered {
	display: block;
	width: 730px;
	margin: auto;
	padding-left: 300px;
}
/*
#content {
	width: 34em;
	margin: 2em;
	color: #fff;
}

#content h1 {
	font-weight: normal;
	color: #f60;
}

p {
	font-size: .85em;
	line-height: 1.4em;
}

p.footer {
	border-top: 1px solid #ccc;
	padding-top: .5em;
	font-size: .6em;
	color: #ccc;
}

#content a {
	color: #f60;
}
*/
/* end hide */

body {
    height: 100%;
    margin-top: 0;
    padding: 0;
   /* background-color: #333; */
}

#button_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: #edeef5;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #bbb;
	overflow: hidden;
}

#like_iframe {
	margin: none;
	display: block;
	float: left;
	margin-top: 2px;
}	

#button_wrapper a {
	color:  #333;
	font-size:  11px;
	text-transform: none;
	text-decoration: underline;
	margin: 0;
	padding: 6px;
	margin-right: 12px;
	display: block;
	float: left;
	padding-left: 20px;
}


a#link_facebook {
	margin-left: 20px;
	background: url('http://www.rinki.fi/facebook.png') no-repeat 0;
}

a#link_youtube {
	background: url('http://www.rinki.fi/youtube.png') no-repeat 0;	
}
