#transp {
	background-image:url(../transp.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:600px;
	position:absolute;
	z-index:1;
	top:-100px;
	overflow:hidden;
}
body{
	background-attachment:fixed;
	background-color:#3A3A3A;
	font-family:'Droid Sans',Helvetica,sans-serif;
	}
h1{
	margin-top:30px;
	font-size:22px;
	}
h1,h2,h3,h4,h5,h6{
	color:#FA5922;
	font-family:Raleway,Helvetica,sans-serif;
	margin-bottom:10px;
}
p{
	color:#FFFFFF;
	font-size:13px;
	line-height:18px;
}
a{color:#aecb59;}
a:hover{color:#FA5922;}
#main{
	background-color:#3A3A3A;
	border-bottom:10px solid #FA5922;
	border-top:10px solid #aecb59;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
	height:330px;
	left:50%;
	position:absolute;
	top:50%;
	width:650px;
	margin:-165px 0 0 -325px;
}
#logo{display:block;height:140px;position:relative;width:296px;margin:25px 1px 1px;}
#txt{width:280px;text-align:justify;}
#contact{width:280px;margin:92px 0 0 10px;font-size: 12px;}
#cap{
	display:block;
	margin-left:10px;
	margin-top:auto;
	width:280px;
}
.floatleft{float:left;margin-left:10px;width:295px;}
#colright{margin-left:28px;}

div#footer {
		/*display:none;*/
        position: absolute;
        bottom: 0;
        left: 0;
        clear: both;
        width: 100%;
		height:320px;
        background-image:url(../city.png);
		background-position:bottom;
		background-repeat:no-repeat;
		
		
}


div#footer-content {
	width:570px;
	float:left;	
	margin-top:170px;
	height:130px;
	text-align:right;
	
	}

div#footer-img {
float:left;
margin-left:20px;
width:390px;
height:320px;
}