@charset "UTF-8";

#footer {
	top:0px;
	background-color: #003;
	background-image: url(../images/FooterBackground.png);
	background-repeat: repeat-x;
	position:relative;
	margin:30px 0px 0px 0px;
	border:0px;
	width: 100%;
	padding:0px;
	float:left;
	height:120px;
	overflow: hidden;
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size:16px;
	color:#9c9fa2;
}

#footer h1{
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size:16px;
	color:#9c9fa2;
	position:relative;
	top:50px;
	width:800px;
	margin:0px 0px 0px 30px;
}

#footer img.sourceCode{
	position:absolute;
	right:180px;
	top:30px;
	margin:0px 5px 0px 0px;
}

#footer h2{
	font-size:12px;
	position:absolute;
	width:150px;
	right:30px;
	top:40px;
	margin:15px 0px 0px 0px;
}
