/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background-color: #333333;
}

#left {
	background-image: url(images/Lborder.png);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: rgb(00,00,00);
}

#right {
	background-image: url(images/Rborder.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: rgb(00,00,00);
}