.borderstyle {
	background-color: #F1F1F1;
	border: thin ridge #F1F1F1;



}
.borderstyle2 {
	background-color: #F1F1F1;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;
}
.background {
	background-image: url(images/puzzle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;

}

