﻿html, body{
	overflow-x: hidden;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003a9b;
	background-color: #67a71b;
	text-align: center;
	background-image: url(../../../images/default/el/background.jpg);
	background-repeat: repeat-x;
}
img, div, a, li{
	behavior: url(../Static/Default/js/iepngfix.htc)
}
img{
	border: 0;
}

.SplashContainer span.text {
background:transparent url(../../../images/Default/Splash/arrow.gif) no-repeat scroll 0 4px;
color:#003A9B;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
margin:-50px 0;
padding:0 30px 0 10px;
}

.SplashContainer a {
text-decoration:none;
color:#00489B;
}