/*
Theme Name: 
Theme URI: �
Description: Flash feeds.
Version: 0.1
Author: Jonatan Eriksson
Tags: 
*/

html, body, #website { height:100%; width: 100%}
body { margin:0; padding:0;}
#website {
margin:0; padding:0;
position: absolute;
top: 0;
left: 0;
min-width: 1200px;
min-height: 900px; 
width:expression(document.body.clientWidth < 1200 ? "1200px" : "100%"); 
height:expression(document.body.clientHeight < 900 ? "900px" : "100%");
}
#flash {
margin:0; padding:0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
}