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

 
body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFF
}
	

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.portfolio {
	color: #CCCCCC
}


/***************************************************/
/*FADE                                        */
/***************************************************/
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;
}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0;
 }
 
 
 
 
