/*----------------------------------------------------------------------------- 
ParticipARTe Screen Stylesheet 

author:    Koen Zwarts
email:     info@zwarts-grafischontwerp.nl
website:   www.zwarts-grafischontwerp.nl 
-----------------------------------------------------------------------------*/


/* Flexibg 
-----------------------------------------------------------------------------*/
body {
margin: 0;
padding: 0;
background-image: url(../backgrounds/background000.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #f2f2f2;
/* This next one is for IE6 */
background-attachment: fixed;
}

img#expando {
padding: 0;
margin: 0;
position: absolute;
display: none;
z-index: 1;
-ms-interpolation-mode: bicubic;
}
 
.wide img#expando,
.tall img#expando {
display: block;
}
 
.wide img#expando {
width: 100%;
height: auto;
}
 
.tall img#expando {
width: auto;
height: 100%;
}
 
.ie6fixed {
position: absolute;
top: expression((ignoreMe = document.documentElement.scrollTop ?
document.documentElement.scrollTop : document.body.scrollTop) + 'px');
}

