body {
	background:transparent url(../grafics/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#icons {
	margin: auto;
	text-align: center;
}
#icons img {
	height: 200px;
	width: 200px;
	padding-right: 50px;
	display: absolut;
	margin: auto;
}
#welcome h1 {
	text-align: center;
	font-family: "Century Gothic";
	font-size: 400%;
	color: lightgreen;
}