html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
} 

.menu_bg {
	background-image: url(images/menugraphic_cosmic.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}.content_leftside {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
/*	height: 100%;*/
}
.content_top {
	background-image: url(images/shadow_top.jpg);
	background-repeat: repeat-x;
}
.content_bottom {
	background-image: url(images/shadow_bottom.jpg);
	background-repeat: repeat-x;
}

