/* CSS Document */


/*

COLORS

green : 9acd66
blue : 29419b
pink: f9c6d6
dark-pink:F39FC4
orange: F16029

gray:#BEBEBE
*/





/* ### layout #### */



body {

background-attachment:fixed;
text-align:center;
margin:0px;
padding: 0px;
font-family: Verdana;
font-size: 11px;
line-height: 15px;

background:#FFF;
}


/* ### links ### */

a {
color:#29419b;
text-decoration:none;

}

a:hover{
color:white;
background-color:#29419b;
}


/* ### TYPE  ### */


.bold{
font-weight:bold;
}


/* SUPERSIZED background */

*{
margin:0;
padding:0;
}

img{
border:none;
}

#text{
position:absolute;
z-index:10;
left:40px;
background-color:white;
width:200px;
text-align:left;
padding:10px;
}


/*Supersize Plugin Styles*/

#loading {
position: absolute;
top: 49.5%; 
left: 49.5%;
z-index: 3;
width: 24px; 
height: 24px;
text-indent: -999em;
background-image: url(images/progress.gif);
}
#supersize{

position:fixed;
overflow:hidden;/*Needed to eliminate scrollbars*/
}
#supersize img, #supersize a{
height:100%;
width:100%;
top:0px;
left:0px;
position:absolute;
z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
z-index: 2;
}




