html,body{
	height:100%;
}
body {
	background-color: #7f6f7e;
	background-image: url("images/bkg.jpg"); 
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	color: #BD8DB9;
}

#maincontainer {
	background-color: #030303;
	width: 900px;
	min-height:100%;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	
}

#center{
	padding: 0px;
	width:900px;
	min-height:100%;
	
}

#centermenu{
	float:left;
	width:200px;
	min-height:100%;	
}

#centermenu ul{
	display:block;
	width:200px;
	list-style:none;
	padding:0;
	margin:0;
	font-family: Verdana;	
	font-size: 14px;
	text-shadow: #000 2px 2px 2px;;
}

#centermenu .undermeny {
	width:180px;
	display: block;
	padding-left:20px;
	font-size: 12px;
	font-weight: normal;
	
}

#centermenu li:hover{
	background-color:#7F6F7D;
	border-right: 10px solid #625470;
	
}

#centercontent {
	float:right;
	width:685px;
	padding: 3px;
	min-height:100%;
	margin: 0px 7px 0px 0px;
	background-image: url("images/wild.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	position:relative;
	border-left: 1px solid #ccc;
}

#bottom {
	width:900px;
	bottom:0;
	color: #FFFFFF;
	text-align: center;
	font-size: 9px;
	clear:both;
}
hr {
  	border: 0;
  	width: 80%;
  	color: #BD8DB9;
  	background-color: #BD8DB9;
  	height: 1px;
}

a img {
	border: 0px;
}
a {
	text-decoration: none;
}
a:link {color: #BD8DB9;}
a:visited {color: #FFC3FF;}
a:hover {color: #2A2329; text-decoration: underline; background-color:#7F6F7D;}
a:active {color: #FFEFFF; text-decoration: bold;}