@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(gfx/couvade_concrete.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	height:218px;
	width:290px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-145px;
}
