body {
	background-color: #040150;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333; 
	}
.accordionWrapper{
	display:inline-block;
	background-color:#fff;
	overflow:hidden;
	border: thin solid #CCCCCC;
}
#accordeon #accordionNested .set {
}

.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer;}
.accordionWrapper div.content{
	display:none;
	width: 630px;
}
#accordeon {
	display: block;
	width: 850px;
	margin: 0px auto 0px auto; }
.accordionWrapper div.content2{
	display:none;
	width: 600px;
	padding: 10px;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:auto;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:5;
	overflow: hidden;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:590px;
	width:560px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	font-size:13px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	overflow: hidden;
}
#popupall {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#popupContact h1{
text-align:left;
color:#660099;
font-size:16px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:15px;
}
#popupContactClose{
font-size:12px;
line-height:14px;
right:6px;
top:5px;
position:absolute;
color:#FF0000;
font-weight:700;
display:block;
}
#button{
text-align:left;
margin:100px;
}

