@font-face {
    font-family: 'geometriabold';
    src: url('font/geometria-bold-webfont.woff2') format('woff2'),
         url('font/geometria-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometriaheavy';
    src: url('font/geometria-heavy-webfont.woff2') format('woff2'),
         url('font/geometria-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geometriaregular';
    src: url('font/geometria-webfont.woff2') format('woff2'),
         url('font/geometria-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, html{
	width:100%;
}
body{
	background-color:#1b1b1b;
	color:#ffffff;
	letter-spacing: 0.48em;
	font-family:'geometriaregular', arial, helvetica, sans-serif;
}
b{
	font-family: 'geometriaheavy';
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	border-bottom: 5px solid white;
	padding-bottom:5px;
	border-bottom-width:95%;
}
#wrapper{
	width:1198px;
	margin-left:auto;
	margin-right:auto;
}
#menu{
	height:75px;
	margin-bottom:65px;
}
#menu ul{
	font-size:19px;
	padding-top:60px;
	letter-spacing: 0.48em;
}
#menu ul li{
	margin-left:47px;
	float:right;
}
#menu ul li a{
	color:#ffffff;
	text-decoration:none;
}
#logo{
	float:left;
	margin-top:25px;
}
#content{
	
}
.columns{
	width:585px;
	float:left;
}
.columns h1{
	font-family:'geometriabold';
	font-size:32px;
	letter-spacing: 0.48em;
	margin-top:70px;
	margin-bottom:35px;
}
.columns p{
	font-size:11px;
	line-height: 200%;
	margin-bottom:7px;
}
.rows{
	height:275px;
	margin-bottom:30px;
	font-size:19px;
	letter-spacing:0.48em;
}
.rows pre{
	width:265px;
	float:left;
	margin-bottom:25px;
}
.contact h2{
	font-size:19px;
	line-height:155%;
	font-family: 'geometriabold';
	text-transform:uppercase;
	text-align:center;
	margin-top:60px;
}
.contact p{
	text-transform:uppercase;
	text-align:center;
}
.row2{

	height:135px;
	margin-bottom:25px;
}
.row2 h3{
	width:585px;
	height:80px;
	padding-top:17px;
	font-size:21px;
	line-height:160%;
	text-transform:uppercase;
	font-family: 'geometriabold';
	float:right;
}
.row2 h3:hover{
	text-decoration: line-through;
}
.img{
	width:585px;
	float:right;
}
447r3f3rtftee