@import url('main_text.css');

body {
	background-color: #FFFFFF;
	margin-top:0px;
	margin-left:0px;
	background-image: url(../../resources/images/misc/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;	/*background-repeat:repeat-x;*/
}