body {
	background-image: url("/img/background.jpg");
	background-repeat: repeat;
    background-position: top center;
    background-attachment: fixed;
	background-size : cover;
	margin : 20px;
}


h3{
	color: #990239;
}