/* CSS Document */
html,body {

	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;

}

#container {

	position:relative;
	margin:0 auto;
	width:1002px;
	height:596px;
	bottom:0px;
	
}

#header {

	position:absolute;
	width:1002px;
	height:112px;
	top: 0px;
	left: 0px;
		

}

#body {
	position:absolute;
	width:1002;
	height:514px;
	top: 194px;
	left: 0px;
	background-attachment:fixed;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position:inherit;
}

#right {
	position:absolute;
	width:1002px;
	height:587px;
	top:0px;
	left:494px;	
	
}

#footer {
	position:absolute;
	width:1002px;
	height:126px;
	top:461px;
	left: 0;
	
}
