body{
background-image:url('stripe-bg.png');
}

#topmenu{
background: #FFFFFF;
/* transparency - IE */
filter:alpha(opacity=60);
/* transparency - CSS3 standard */
opacity:0.6;
/* transparency - Mozilla */
-moz-opacity:0.6;
width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#bannerup{
width: 600px;
height: 125px;
margin-left: auto;
margin-right: auto;
align: top;
}

#bannerup img{
border: none;
}

#content{
background: #FFFFFF;
/* transparency - IE */
filter:alpha(opacity=60);
/* transparency - CSS3 standard */
opacity:0.6;
/* transparency - Mozilla */
-moz-opacity:0.6;
width: 590px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
text-align: justify;
padding: 5px;
}

#widgetcontainer{
background: #FFFFFF;
/* transparency - IE */
filter:alpha(opacity=60);
/* transparency - CSS3 standard */
opacity:0.6;
/* transparency - Mozilla */
-moz-opacity:0.6;
width: 590px;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
text-align: center;
padding: 5px;
}

#footer{
font-size: small;
text-align: center;
}

#footer img{
border: none;
}

h1{
text-align: center;
}

a:link {color: #000000}     /* unvisited link */

a:visited {color: #000033}  /* visited link */

a:active {color: #000033}   /* selected link */

ul.square {list-style-type: square}

blockquote {
outline-style: dotted;
outline-width: thin;
padding: 0px 5px 5px 5px;
}
