@charset "utf-8";
/* CSS Document */

html,
body {
	background-image:url(motion-back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	height:100%;
}

#container {
	height:100%;
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
}
#body {
	PADDING-RIGHT: 0px; BACKGROUND-POSITION: 
left top; PADDING-LEFT: 0px; BACKGROUND-IMAGE: url(motion-background.jpg); 
PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BACKGROUND-REPEAT: no-repeat; 
HEIGHT: 100%; font-family: Helvetica,Arial,sans-serif;
}

#footer {
   position: absolute;
   bottom:0;
   width:100%;
   height:75px;   /* Height of the footer */
   background-image:url(motion-footer.jpg);
   background-position:bottom;
   background-position:right;
   background-repeat:no-repeat;
   
}
