/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width:100%;
	z-index: 0;
	background-attachment: scroll;
	background-image: url(../images/hline.gif);
	background-repeat: repeat-x;
	background-position: right 130px;
	height: 100%;
}

#copyright {
	position:relative;
	bottom:-15px;
	padding-left: 15px;
	
	font: 10px georgia,"times new roman",times,serif;
}

a {
	color: #000000;
}

.lframe, .rframe {
	position: absolute;
	top: -1px
}

.lframe {
	left: -1px
}

.rframe {
	right: -1px
}

.blframe {
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.brframe {
	position: absolute;
	right: -1px;
	bottom: -1px;
}
