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

html, body {
    height: 100%;
}
body {
	background:#fff url(../img/bg-europe.gif) no-repeat top right;
	margin:0px;
	margin-top:10px;
}

#header {
	margin:0 auto; 
	width:960px;
	height:90px;
	padding-left:20px;
}
#menu container{
	margin:0 auto;
	width:100%;
	height:34px;
	background-image:url(../img/topnav_stretch.gif);
	background-repeat:repeat-x;

}
#menu {
	margin:0 auto;
	width:980px;
	height:34px;
}
#content {
	margin:0 auto; 
	width:980px;
	margin-top:40px;
	position:relative;
		margin-bottom:20px;

}
#partner{
	position:absolute;
	width:214px;
	height:380px;
	left: 750px;
	top: 0px;
	background-image:url(../img/bg-partner.png);
}

#contact{
	position:absolute;
	width:214px;
	height:380px;
	left: 750px;
	top: -160px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	margin:0 auto; 
	width:100%;
}
.footer {
	background-color:#993366;
	text-align:center;
	padding-top:1px;
	margin-top:20px;
}

.footer p {
	left: 0;
	width: 100%;
	padding: 0;
	color: #fff;
	font: 11px arial,sans-serif;
	text-align: center;
	display:block;
	padding-top:10px;
	}
* {
	margin: 0;
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}