/* Container */
/*-------------------------------------------------------------------------------------*/
div#footer
{
	background-image: url(../../img/background/footer.png);
	background-repeat: no-repeat;
	background-position: center 0;
	max-width: 1020px;
	width: 100%;
	height:	150px;
	position: relative;
	clear: both;
}
/*-------------------------------------------------------------------------------------*/

/* Relative Link */
/*-------------------------------------------------------------------------------------*/
div#footer div#link
{
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
}
	
div#footer div#link a 
{
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

div#footer div#link a:hover
{
	color: #FFF; 
	text-shadow: black 0.1em 0.1em 0.2em;
}

div#footer div#link span
{
	display: inline;
	padding: 0 10px 0 10px;
	color: #FFF;
}
/*-------------------------------------------------------------------------------------*/

/* Statement about ENet */
/*-------------------------------------------------------------------------------------*/
div#footer div#statement 
{
	position: absolute;
	top: 55px;
	left: 30px;
}
	
div#footer div#statement p
{
	color: #FFF;
	text-align: left;
	letter-spacing: 1px;
	line-height: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

div#footer div#statement p a
{
	text-align:	left;
	text-decoration: none;
	color: #FFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}
/*-------------------------------------------------------------------------------------*/
