*{
	padding:0px;
	margin:0px;
}


body{
font-family: 'Inconsolata';
font-size:16px;
color:#fff;
margin:auto;
background: url("../images/amorfati.jpg") no-repeat fixed center top #000002;
}

a{
outline:none;
text-decoration:none;	
display:block;
}
	

#global {
    height: 100%;
    margin: auto;
    width: 780px;
    bottom: 0;
    left: 0;	
}


header{
	width:100%;
	height:420px;	
	float:left;
	}
	
#main{
	width:100%;
	float:left;
	background: url("../images/contact_back.png") repeat scroll 0 0 transparent;	
	padding:20px;
	border-radius:20px;
	margin-bottom:20px;
	}
	
	
#header_content{
	width:100%;
	float:left;
	height:100%;	
}
	
#logo {
	background:url(../images/logo.png) no-repeat;	
    display: block;
    height: 370px;
    width: 390px;
	margin:15px 0 0 200px;
}

#logo a {
    text-indent: -300em;
    height: 370px;
    width: 390px;
}	

#contact{
background: url("../images/contact_back.png") repeat scroll 0 0 transparent;	
width:120px;
height:30px;
text-align:center;
padding-top:10px;
text-transform:uppercase;
color:#fff;
font-size:20px;
float:right;
	}
	
#contact:hover{
color:#D5001C;	
	}			
	
p{
margin:15px 0;	
	}
	
.center{
text-align:center;	
	}
	
.right{
float:right;	
	}			
	
h3.acc_trigger {
	padding: 0;	margin: 0 0 15px 0;
	background: url(../images/title_support.jpg) no-repeat;
	height: 36px;	
	line-height: 40px;
	width: 503px;
	float: left;
	clear:left;
	color:#000;
	cursor:pointer;
	 font-size: 34px;
	 text-decoration:underline;
	  text-shadow: 0 0 5px #fff;
	  text-transform:uppercase;
	 
}
h3.acc_trigger a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 10px;
}
h3.acc_trigger a:hover {
	color: #000;
}
h3.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 35px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.acc_container .block {
	padding: 10px 0 10px 5px;
}

.acc_container .block p{
	line-height:18px;
}

#Accordion{
height:auto;
padding:10px 0 0 10px;
float:left;
}
	
