html {height: auto; margin: 0; padding: 0;}
body { height: auto; margin: 0; padding: 0;}

#bounder {
	position: relative;
	width: 800px;
	height: auto;

	border-style: dotted;
	border-color: #333333;
	border-width: 1px;


	}

#top-l-black {
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:110px;
}

#top-logo {
	position:absolute;
	left:210px;
	top:0px;
	width:380px;
	height:110px;
}

#top-r-black {
	position:absolute;
	left:590px;
	top:0px;
	width:210px;
	height:110px;
}

#top-name {
	position:absolute;
	left:0px;
	top:110px;
	width:800px;
	height:45px;
}

#left-menu {
	
	background-image: url("images/left_menu.png");
	position:absolute;
	left:0px;
	top:155px;
	width:250px;
	height:272px;
	text-align: right;
}

#mutation {
	background-image: url("images/mutation.png");
	position:absolute;
	left:250px;
	top:0px;
	width:299px;
	height:272px;
}

#right-menu {
	background-image: url("images/right_menu.png");
	position:absolute;
	left:549px;
	top:0px;
	width:251px;
	height:272px;
	text-align: left;
}

#bottom {
	background-image("images/bottom.png");
	position: absolute;
	left: 0px;
	top: 272px;
	width: 800px;
	height: 173px;
}

.menu {
	width: 200px;
	height: 20px;

	/*border-style: solid;
	border-color: white;
	border-width: 1px;*/

	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;

	margin-top: 20px;
	margin-bottom: 20px;
}

.menulink {
	color: white;
	text-decoration: none;
}


#menul1 {	position: relative; left: 30px; }
#menul2 {	position: relative; left: 30px; }
#menul3 {	position: relative; left: 30px; }
#menul4 {	position: relative; left: 30px; }
#menul5 {	position: relative; left: 30px; }
#menul6 {	position: relative; left: 30px; }


#menur1 {	position: relative; left: 30px; }
#menur2 {	position: relative; left: 30px; }
#menur3 {	position: relative; left: 30px; }
#menur4 {	position: relative; left: 30px; }
#menur5 {	position: relative; left: 30px; }
#menur6 {	position: relative; left: 30px; }
