body  {
background-color: #62a256;
background-image: url('http://www.whisperingintheleaves.org/images/bg/afternoon/random.php');
background-position: top;
background-repeat: no-repeat;
background-attachment:fixed;
}


#header {
margin: 0 15px 0 15px;
padding: 0;
width: 870px;
height: 150px;
background: transparent;
position: relative;
background-image: url('http://www.whisperingintheleaves.org/images/whispering-logotype_afternoon.png');
background-position: center;
background-repeat: no-repeat;
}

#banner {
margin: 15px;
padding: 0;
width: 870px;
height: 300px;
background: #44c700;
position: relative;
}

.box_round {
background: #FFF;
width: 900px;
margin: 15px;
padding: 15px;
 -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
          border-radius: 12px; /* Opera 10.5, IE 9 */
          
Ê /* for IE */
Ê filter:alpha(opacity=60);
Ê /* CSS3 standard */
Ê opacity:0.6;          
}
  
  
    

  


.bigtxt {
color: #44c700;
font-size: 1.5em;
line-height: 1.2em;
}
    

.bigtxt a:link{
 	color: #44c700;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #44c700;
}

.bigtxt a:visited{
 	color: #44c700;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #44c700;
}

.bigtxt a:hover{
 	color: #FFF;
	text-decoration: none;
	background-color: #44c700;
	border-bottom: none;
}

