@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../images/logo_gibbydev.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	color: #09F;
	font-family: Verdana, Geneva, sans-serif;
	
}
a {
	text-decoration: none;
	color: #858585;
}

div p {


}

#left_div {
	float: left;
	width: 300px;
	text-align: center;
}
#right_div {
	float: right;
	width: 300px;
	text-align: center;
}
#footer {
	position: absolute;
	bottom: 0px;
}
#header {
	padding-bottom: 35px;
}

