/* CSS Document */

html,body{
	height:100%;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-color: #466896;
	background-repeat: no-repeat;
	background-image: url(images/background_mainpage.jpg);
	background-attachment: fixed;
	background-position: center top;
}
