/* @override http://www.rinki.fi/preview/css/layout.css */

/* hide from ie on mac \*/
html {
    height: 100%;
    overflow: auto;
    font-family: Helvetica, Arial, Sans Serif;
}

#flashcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
}

#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: 0;
    padding: 0;
    background-color: #333;
}
		