@charset "utf-8";
html {
	height: 100%;
	margin-bottom: 1px;
	}
body {
	background-image: url(bg_color.jpg);
	background-repeat: no-repeat;
	background-position: 30% 30%;
	background-attachment: fixed;
	text-align: center;
}
#wrapper {
	width: 600px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#wrapper img {
	top: 100px;
	position: relative;
}
#networks {
	position: absolute;
	right: 25px;
	bottom: 6px;
}
#networks a {
	text-decoration: none;
	border: 0px;
	border-style: none;
}
#networks img {
	border: 0px;
	padding: 0 12px 6px 0;
}
