body {
	background-image: url(../img/bg.png);
}

.transparent {
	background-color:rgba(255,255,255,0);
}

.footer {
	font-size: 14px;
	color: #999;
	width: 100%;
	text-align: center;
}

.footer a:link,
.footer a:visited,
.footer a:hover {
	color: #999;
}