@font-face {
	font-family:'Roboto Condensed';
	src:url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
	font-family:'CybermediaTitle';
	src:url(../fonts/Bebas.ttf);
}

body{
	margin:0 auto;
	color:#666;
}

.coll-title{
	font-family:'CybermediaTitle';
}

.head{
	width:100%;
	float:left;
	border-bottom:1px solid #DDD
}

.singleborder{
	border-bottom:1px solid #DDD;
	width:100%;
}

.title_line{
	width:100%;
	background:url(../img/sidebar-title.png);
	height:7px;
}

.flybox{
	bottom:50vh;
	position:fixed;
	width:auto;
	right: 0;
	z-index:9999;
	min-height:100px;
	background:#EEE;
}