@import url(reset.css);

BODY {
	font-size: 1.5em;
	font-family: FilosReg, Arial;
}

#homepage_container {
	height: 100%;
	width: 100%;
	position: relative;
}

#homepage_wrapper {
	margin: 50px auto 0;
	width: 100%;
	height: 50%;
	text-align: center;
	position: absolute;
}

#homepage_content {
}

#homepage_content img {
	margin-bottom: 50px;
}

#homepage_linksbar {

}

#homepage_linksbar ul {
}

#homepage_linksbar ul li {
	display: inline-block;
	width: 30%;
	max-width: 30%;
	vertical-align: top;
}

#homepage_linksbar ul li div {
	margin-top: 55px;
	line-height: 28px;
	font-size: .7em;
}

#homepage_footer {
	margin-bottom: 25px;
	margin-top: 50px;
	border-top: 1px solid #048eaa;
	border-bottom: 1px solid #048eaa;
	background: #048eaa;
	font-size: 14px;
	color: #fff;
}

#homepage_footer div {
	padding: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

a {
	color: #888;
	text-decoration: none;
}

@font-face {
    font-family: FilosReg;
    src: url("fonts/FilosReg.ttf") format("truetype");
}

@font-face {
	font-family: FilosBol;
    src: url("fonts/FilosBol.ttf") format("truetype");
}

strong {
	font-family: FilosBol;
}