/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;  
 background: #DCDDDF url(../img/intro_bg.jpg) 0 0 repeat-x;
  font: normal 11px Verdana, Tahoma, Arial;
 color: #000;
} 
 
#pagewidth{ 
 width:1000px; 
 margin-left:auto; 
 margin-right:auto;
 display:block;   
 background: transparent;
} 

#pagewidth p {
	margin: 0;
	padding: 5px 0; 
	line-height: 1.5;}
 
#maincol {
	background: url(../img/intro_flagss.jpg) no-repeat center;
	display: block;
	position: relative;
	width: 1000px;
	height: 600px;
	float: left;
	text-align: center;
	margin: 0 auto;
}
 
#maincol .logo,
#maincol .flags,
#maincol .lang  {
	width: 1000px;
	float: left;
	display: block;
	text-align: center;
	 margin:0 auto;}

#maincol .logo img {
	display: inline;
	margin: 0;
	padding-top:130px;}

#maincol .flags img {
	display: inline;
	margin: 0;
	position: relative;
	top: 106px;}

#maincol .lang {
		margin-top: 147px;	
		margin-left: -2px;
		text-align: center;}

/* LINKS */
a, a:link, a:visited {
	text-decoration: none;
	color: #333;
	padding: 0 35px;}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #000;
	outline:none;}
	
a img, a:hover img, a:focus img {
	outline: none;
	border: none;}
	
img:link, img:visited, img.hover, img.active, img.focus {
	outline: none;} 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

