html {
	
}
body {
	background-image:  url(/images/background_2_jpg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #5b73b5;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	height: 90%;
	background-attachment: fixed;
}

