/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(/images/newsletter_bg.jpg); 
	background-color:#EBEBEB;
	background-attachment: fixed;
}
#page {
	position:relative;
	width:842px;
	height:681px;
	z-index:1;
	background-color:#DFDFDF;
}
.page-border {
	position:absolute;
	width:21px;
	height:681px;
}
#left-border {
	left:0px;
	background-image:url(/images/newsletter_bg_left.gif);
}
#right-border {
	right:0px;
	background-image:url(/images/newsletter_bg_right.gif);
}
#title-image {
	position:absolute;
	width:800px;
	height:137px;
	z-index:1;
	top:0px;
	left:21px;
	background-image: url(/images/banners/smaller_banner_last_3b.gif);
}
#flash-menu {
	position:absolute;
	left:21px;
	width:205;
	height:520;
	top: 161px;
	z-index: 1;
}
#button-bar {
	position:absolute;
	background-color:#626060;
	left:21px;
	top:137px;
	width:800px;
	height:24px;
}
.buttons {
	position:relative;
	float:right;
	height:24px;
}
img {
	border:0;
	}
#main-content {
	position:absolute;
	left:226px;
	left:226px;
	top:161px;
	width:595px;
	height:520px;
	background-image:url(../images/fond.jpg);
}
#click-home {
	position:absolute;
	width:159px;
	height:59px;
	z-index:2;
	left: 118px;
	left:117px;
	top: 65px;
	cursor: pointer;
}
