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



/*ADDED BY SOLEI */
.dimit img {
border: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.dimit:hover img {
border: none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}


* { behavior: url(iepngfix.htc); }


/* Splash Page */

body {
	margin:0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #000000;
	background-repeat: repeat;
}

#splashwrapper{
	position:relative; 
	margin-top:10%; 
	width: 456px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
}

#splashnav{
	width:456px;
	height:342px;
	/*float:left;*/
}

img{
	border:none;
	behavior: url(iepngfix.htc);
}
