@charset "utf-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color:#FFF;
	background-image:url(images/bgfabric.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
}


#main {
	width: 600px;
	margin: auto;
	position: relative;
	padding-top:50px;
	/* background-color: red; */
}

img {
	width: 90%;
	position: absolute;
	margin: auto;
	top: 50px;
	left:0;
	right:0;
	bottom:0;
}