/*-----------------------------------------------------------------------------
[Olympus PEN e-mag] Screen Stylesheet

version:   1.0
date:      2010-04-08
author:    Manuel Boy
email:     manuel@polargold.de

website:   ?
-----------------------------------------------------------------------------*/


/* General
-----------------------------------------------------------------------------*/
html {
	background: #FFF;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
}

body {
}

* {
	outline: none;	
}

/* Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Layout
-----------------------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	background-color: #666666;
	overflow: hidden;
}

#wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	width: 100%;
	height: 100%;
	min-width: 980px;
	min-height: 582px;
	background-color: #666666;
}


