@charset "utf-8";

.header {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:116px;
	background-image:url(../images/headerBGGarn.png);
	background-repeat:no-repeat;
}

.menu {
	position:absolute;
	left:0px;
	top:116px;
	height:28px;
	width:800px;
	background-image:url(../images/menuBGGarn.png);
	background-repeat:no-repeat;
}

.footer {
	float:left;
	height:27px;
	width:800px;
	color:#FFF;
	font-size:10px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}
