/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body { height: 100%; }

body {
	background-image:url(imgoff/bgy.jpg) left bottom;
}

div#global {
	height: 600px;
	background-color#E4413A;
}
div#outer-anim {
	position: absolute;
	top: 0%;
	width: 100%;
	margin-top: 0px;
	height: 600px; 
	padding-bottom: -10px;
	background:#E4413Aoff url(imgoff/bgy.jpg) left top;
}

div#anim {
	width: 800px;
	height: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	
	
}

