@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	
	background-image: url(../images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	background-color: #000;
}

a{ color: #95999a; text-decoration: none; }
a:hover{ color: #FFF; }

div#global
{
	width: 470px;
	margin: 187px auto 0 auto;
	text-align: center;
}

div#global img:first-child
{
	margin-right: 94px;	
}

div#global #footer
{
	color: #95999a;
	font-family: Arial;
	font-size: 9px;
	margin: 50px auto;
	text-align: center;
}

div#global #footer img
{
	margin: 0;
	margin-bottom: 5px;
}

