@charset "utf-8";
/*Copyright flink.gr All rights reserved.*/
/* CSS Document */

body {
	background:#58595B;
	padding-top:90px;
	text-align:center;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#58595B;
}

.main-container {
	background:#C7C8CA;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:72px;
}

.left {
	background:url(../images/logo.png) no-repeat 90px 100px;;
	vertical-align:top;
	text-align:left;
	padding-top:190px;
	padding-left:190px;
	padding-right:40px;
	font-size:20px;
	width:64px;
}

.right {
	background:url(../images/right-bg.png) no-repeat 40px 100px;
	vertical-align:top;
	padding-top:220px;
	text-align:left;
	padding-left:40px;
	padding-right:90px;
	width:160px;
}

.center {
	padding-top:90px;
	vertical-align:top;
	text-align:center;
	width:684px;
	height:620px;
}

a:link, a:visited {
	text-decoration:none;
	color:#58595B;
	outline:none;
}

a:hover {
	color:#999999;
	outline:none;
}

/*trans_img is the class in order to make the mouseover effect with the opacity*/
.img_hover {
  filter:alpha(opacity=50);
  opacity:0.5;
}

.img_hover:hover {
  filter:alpha(opacity=100);
  opacity:1;
}

.nojs {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background:#FF0000;
	width:1278px;
	margin-left:auto;
	margin-right:auto;
}



