/* CSS Document */
body { 
	height: 100%;
	width: 100%;
	margin:0; 
	padding:0; 
	background:#000000;
	background-image:url(images/Background_Light.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}