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

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	padding:0px;
	margin:0px;
}

.bgleft {
	background-image: url(images/bgleft.gif);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	height:315px;
	width:1000px;
}

.bgright {
	background-image: url(images/bgright.gif);
	background-repeat: repeat-x;
	background-position:center;
	padding:0px;
	margin:0px;
	height:315px;
	width:1000px;
}

.bgleftsite {
	background-image: url(images/bgleftsite.gif);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	height:315px;
	width:1000px;
}

.bgrightsite {
	background-image: url(images/bgrightsite.gif);
	background-repeat: repeat-x;
	background-position:center;
	padding:0px;
	margin:0px;
	height:361px;
	width:1000px;
}

.bgcenter {
	background-image: url(images/bgrightsite.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:0px;
	margin:0px;
	height:361px;
	width:1000px;

}


.bgleftfoot {
	background-image: url(images/bgleftfoot.gif);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
	height:106px;
	width:1000px;
}

.bgrightfoot {
	background-image: url(images/bgrightfoot.gif);
	background-repeat: repeat-x;
	background-position:center;
	padding:0px;
	margin:0px;
	height:106px;
	width:1000px;
}