@charset "utf-8";
/* CSS Document */
body{
		background-image:url(img/img.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
		background-attachment: fixed;
		font-family: 'Calibri';
	}
.panel{
	background-color:transparent;
}


	



