/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {background-color: #BBBBBB; height:100%; margin: 0px;}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #BBBBBB;
	padding:0px;
	margin:0px;	
	margin-bottom:-19px;
}
.body_left {
	background-image: url(bg_left_2.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 28px;
	background-color: #BBBBBB;
}
.body_right {
	background-image: url(bg_right_2.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 28px;
	background-color: #BBBBBB;
}

