/* ---------------------------------------------------------- */
/* BASICS */
/* ---------------------------------------------------------- */

body {
	text-align:center;
	font-family: Verdana, Arial;
	font-size: 13px;
	background-color:gray;

}

img {
	border:none;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

a {
	color:#0e72b5;
}

/* ---------------------------------------------------------- */
/* LAYOUT */
/* ---------------------------------------------------------- */


#wrap {
	width: 975px;
	height:600px;
	margin:auto;
	text-align:left;
	background-color:white;
	background-repeat:no-repeat;
	background-position: right top;
	background-image:url(../../resources/images/wrap_bg.jpg);
	padding-bottom:27px;
	position:relative;
}


#logo {
	position: absolute;
	width: 662px;
	height: 174px;
	top:146px;
	left:86px;
}

#flag {
	position: absolute;
	width: 100px;
	height: 215px;
	top:0px;
	right:85px;
}

#icons {
	position: absolute;
	width: 480px;
	height: 40px;
	top:286px;
	left:471px;
}

#icons a.icon {
	display:block;
	width:33px;
	height:34px;
	margin-right:33px;
	float:left;
}

#footer {
	padding: 545px 0px 8px 0px;
	border-bottom:1px dotted black;
	margin: 0px 27px;
	
}

.footer-text {
	color: #707173;
	font-size: 11px;
	text-align: right;

}

.footer-link {
	text-transform:uppercase;
	font-size:13px;
	color:#707173;
	text-decoration:none;
	background-repeat:no-repeat;

}


#flash {
	position: absolute;
	width: 975px;
	height: 92px;
	top:374px;
	left:0px;
}
























