*{
	border:0px;
}
body{
	margin:0px;
	border:0px;
	background-repeat: repeat;
	background-image: url(images/background.gif);
	background-attachment: fixed;
}
#container{
	width: 875px;
	margin-right: auto;
	margin-left: auto;

}

#header{
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 873px;
}
#under-header{
	background-image: url(images/under-header2.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 873px;
}
#left{
	height: 1760px;
	width: 69px;
	float: left;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
}
#right{margin:0px;padding:0px;
	height: 1760px;
	width: 69px;
	float: left;
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	}

#content{
	background-color: #000000;
	height: 1760px;
	width: 734px;
	float: left;
}

#footer{
	height: 90px;
	width: 873px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	vertical-align: bottom;
	position: relative;

}

