body {
	margin:0px;
	padding:0px;
	background-color:#000000;
}

#bodyNew {
	margin:5px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image: url(../../img/new_bg.jpg);
}

#bodyAccess {
	margin:5px;
	background-image: url(../../img/access_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

