*{
	margin: 0;
	padding: 0;
}
body{
	background: #136899;
}
a{
	color: #a9d038;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
h1{
	font: bold 22px/165% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: 2px;
	color: #FFFFFF;
	padding: 30px 0 0 80px;
}
p{
	font: normal 14px/165% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 30px 0 0 80px;	
}
#wrap{
	width: 1007px;
	height: 510px;
	margin: 0 auto;
	background: #1471a7 url(../images/bg-main.jpg) repeat-x center top;
}
#top-bar{
	height: 92px;
	background: transparent url(../images/header-image.jpg) no-repeat center top;
}
#header{
	height: 100px;
	background: transparent url(../images/head-logo.jpg) no-repeat center bottom;
}
#main{

}
#portifilo{
	width: 850px;
	margin: 15px auto;
}
	#portifilo img{
		width: 220px;
		height: 100px;
		margin: 10px 23px;
		padding: 5px;
		border: 1px solid #1976aa;
	}
	#portifilo a{
		border: 0;
	}
#footer{
	width: 1007px;
	height: 80px;
	background: #a9d038;
}
.hello{
	font: normal 18px/165% 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
}
.green{
	color: #a9d038;
}
.footer-text{
	float: right;
	margin: 0 30px 20px 0;
	color: #FFF;
}
.clear{
	clear: both;
}