@font-face{
	font-family: Univers;
    src: url(35AFE1_0_0.woff);
}

/*#wrapper {
    min-height: 100%;
    margin-bottom: -50px;
	border-style: solid;
	border-width: 1px;*/


body{
	
}

/*p{
	text-indent: 30px;
}*/

.about{
	font-family: Univers;
	font-size: 16px;
	max-width: 550px;
	line-height: 21px;
/*	text-indent: -30px;
	padding-left: 30px;*/
	float: left;
	padding-right: 40px;
	margin-left: 7px;
	margin-top: 5px;
	padding-bottom: 30px;
}

.clients{
	font-family: Univers;
	font-size: 16px;
	max-width: 350px;
	line-height: 21px;
/*	text-indent: -30px;
	padding-left: 30px;*/
	padding-bottom: 20px;
	float: left;
	padding-right: 40px;
	margin-left: 7px;
	margin-top: 5px;
	padding-bottom: 50px;
}

.experience{
	font-family: Univers;
	font-size: 16px;
	max-width: 350px;
	line-height: 21px;
/*	text-indent: -30px;
	padding-left: 30px;*/
	float: left;
	padding-right: 40px;
	position: relative;
	margin-left: 7px;
	margin-top: 5px;
	padding-bottom: 20px;
}

.press{
	font-family: Univers;
	font-size: 16px;
	max-width: 350px;
	line-height: 21px;
/*	text-indent: -30px;
	padding-left: 30px;*/
	float: left;
	padding-right: 40px;
	margin-left: 7px;
	margin-top: 5px;
	padding-bottom: 50px;
}

#wrapper{
	border : 0px solid white; 
	overflow:hidden;
}

.update{
	font-family: Univers;
	font-size: 16px;
	position: fixed; 
    left: 0; 
    bottom: 0;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 14px;
}

a{
	text-decoration:none;
	color: black;
	-webkit-transition: color .6s ease-out;
	-moz-transition: color .6s ease-out;
	-o-transition: color .6s ease-out;
	transition: color .6s ease-out;
}

a:hover{
	color: #939393;
}