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

body { 
	padding-top: 50px;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
}

.mainbg { 
	background-color:#FBF9F9;
	box-shadow: 0px 6px 20px #000;
}