﻿@font-face {
	font-family:"Rounded M+";
	src:url(../../Font/rounded-mplus.ttf);
}

footer {
	display:inline-block;
	position:absolute;
	bottom:0px;
	margin:0px;
	padding:0px;
	width:100%;
	height:80px;
	border-top:10px solid #AF0000;
	background-color:#000C41;
}

#bottom-Area {
	max-width:980px;
	margin:auto;
	height:60px;
	padding:20px 0 0 0;
	font-family:"Rounded M+";
}

#bottom-Area ul {
	padding:0px;
	list-style:none;
	float:left;
}

#bottom-Area ul li {
	float:left;
	font-size:1.7ex;
	padding-right:5px;
}

#bottom-Area ul li+li {
	border-left:1px solid #C9C9C9;
	padding-left:5px;
	
}

#bottom-Area ul li a {
	text-decoration:none;
	color:#C9C9C9;
}

#bottom-Area ul li a:hover {
	border-bottom:1px solid #C9C9C9;
}

#bottom-Area:after {
	content:"";
	display:block;
	clear:both;
}
	