@charset "UTF-8";
/* CSS Document home*/

@import url('base.css');

body {
	line-height:140%;
}

#vision {
	background-color:#999;
	padding:0px 50px;
}

#stradeInfinite {
	background-image:url(../pix/grattacieli.png);
	background-repeat:repeat-x;
	height:400px;
}

#bridge {
	margin:auto;
	width:690px;
	height:199px;
	padding-top:201px;
}

#info {
	padding:20px 10px 10px 30px;
	float:left;
}

#info a {
	color:#333;
}

#info h1 {
	display:block;
	text-indent:-2000px;
	background-image:url(../pix/webDev.png);
	background-repeat:no-repeat;
	width:540px;
	height:54px;
}

#clbrt {
	padding:20px 30px 20px 20px;
	margin-left:580px;
	text-align:right;
}

#ticker {
	margin:10px 350px 20px 30px;
	overflow:hidden;
	clear:both;
}

.feed {
	margin:0px;
	padding:0px;
}

.feed h3 {
	font-size:1em;
	font-weight:bold;
}

.feed a {
	color:#333;
}

#home a {
	display:block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
	width:56px;
	height:50px;
	background-image:url(/pix/homeIn.png);
	background-repeat:no-repeat;
}

#portfolio a {
	display:block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
	width:90px;
	height:50px;
	background-image:url(/pix/portf.png);
	background-repeat:no-repeat;
}

#mission a {
	display:block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
	width:80px;
	height:50px;
	background-image:url(/pix/mission.png);
	background-repeat:no-repeat;
}

#profilo a {
	display:block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
	width:70px;
	height:50px;
	background-image:url(/pix/prof.png);
	background-repeat:no-repeat;
}
