body{
	background: #5a5c55 url(images/background-blue.gif) repeat-x;
}

a:link,
a:visited{
	color: #F90;
}

a:hover{
	color: #F60;
}

#header{
	background: url(http://hl2.com.ua/headers/rotate.php) top left no-repeat;
}

.sidebar-box h2#twitter-h2{
	background: url(images/twitter-bird-blue.png) no-repeat;
}
/* Shadow */ 
  .button-shadow img { 
  filter:alpha(opacity=10); 
  -moz-opacity:0.1; 
  -khtml-opacity:0.1; 
  opacity:0.1; 
  } 
   
  .button-shadow a:hover img { 
  opacity:2.0; 
  -moz-opacity:2.0; 
  -khtml-opacity:2.0; 
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=200); 
  } 
   
  /* Shadow */