/* CSS Document */
body
{
	background-color: #000000;
   background-image: url(../img/intro_bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.trans
{
   vertical-align: center;
   text-align: left;
   background-color: #000000;
   border: 2px solid #666666;
   padding: 10px;
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
   /* for Mozilla */
   -moz-opacity:0.6;
}
img
{
	border: none;
}
img.border
{
   border: 1px solid #666666;
}
