
/*********************/
/* Created by YumeKimino ~ info@yumekimino.com ~ Copy is forbidden. This site has been published under a Copyright License */
/*********************/

html, body { margin: 0; padding: 0; }

body { font-family: Verdana; font-size: 11px; color: #ccc;
	   background-color: #a455c8;background-image:url(http://www.yumekimino.com/intro/sfondo_star.jpg);
	   background-repeat:no-repeat;   }

/* Contenitori principali */

#content{ margin-left:300px; }

/*** Header Styles ***/

#header{ width: 1024px; height:68px;}			  
/*** Footer Styles ***/

#footer{ width: 1024px; height:302px; }		

/*** Links ***/

a:link  { text-decoration: none; border:none; }
a:visited { text-decoration: none; border:none;  }
a:hover { text-decoration: none; border:none; }		 

a .opacity {
		filter:alpha(opacity=90); 
		-moz-opacity: 0.2; 
		opacity: 0.7;
		text-decoration: none;
		}

a:hover .opacity{
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
		cursor: help;
		text-decoration: none;
		vertical-align: bottom;
		}