@charset "UTF-8";
/* CSS Document */


/* Common elements */
body {
margin: 0 auto;
background: url(images/gradient.jpg) repeat-x #f3b72f;
font: .8em Georgia, "Times New Roman", Times, serif;
}

a {
color: #b11254;
}

a:hover {
color: #f61243;
}


h1 {
font-size: 5em;
color: #b11254;
line-height: .8em;
text-align: center;
margin: 0;
position: absolute; top: 25px; left: 200px;
}


/* structure divs */



#starBurst {
/*background: url(images/starburst.gif) no-repeat 0 0;*/
width: 150%;
height: 3000px;
z-index: -1;
position: fixed; top: -270px; left: -150px;
opacity:0.25;filter:alpha(opacity=25);

}

#overLay {
background: #db3e57;
width: 502px;
height: 100%;
position: fixed; top: 0; left: 320px;
opacity:0.50;filter:alpha(opacity=50);
z-index: 0;

}


#image {
position: absolute; top: 80px; left: 240px;
z-index: 1;
}

#text {
position: absolute; top: 680px; left: 355px;
width: 435px;
line-height: 1.6em;

}


/* archive div */

#archive {
background: #df4f52;
z-index: 5;
text-align: left;
width: 100%;
position: fixed;
bottom: 0;
right: 0;
padding: 5px;
}

div#archive p {
padding: 5px;
}

div#archive #mydiv {
text-align: left;
}

