

body {
	color: black;
	font-size: 20px;
    font-family: 'Oxygen', sans-serif;
}
h1 {
	font-size: 75px;
	font-weight: bold;
	line-height: 1em;
}
a, a:visited {
	color: #999;
	text-decoration: none;
	transition: color 0.2s;
	text-decoration:none;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F60;
}
.big {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.press ul {
	margin: 50px 0px 0px 40px; 
	width: 800px;
	list-style:none;
}
.press li {
	border-bottom:solid 1px #000; 
	margin-bottom:60px;
    margin-top:60px;
}
.thumb-web{
	font-size:12px;
    text-align:left;	
}


/****************************************************************************
FOOTER
****************************************************************************/

.footer-wrapper{ 
background: #000;
width: 100%;
}
.footer-wrapper footer {
	max-width:960px; 
	margin:0px auto;
	border-top:1px solid #000;
	padding:20px 0px 0px; 
	overflow: hidden;
	}
.footer-wrapper footer p {color:#fff;text-align:center;font:11px "OxygenLight", Arial, Helvetica,sans-serif; margin: 0px 0px 20px;}
.footer-wrapper footer p strong {font-family: "OxygenBold", Arial, Helvetica,sans-serif;}





