#background_main {
	position: absolute;
	width: 100%;
	height: 1117px;
	top: 25px;
	left: 0px;
	background-image: url(images/grass_top.jpg);
}

#clipboard {
	position: relative;
	width: 920px;
	margin: 0px auto -70px;
	height: auto;
	z-index: 1;
}

#top {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url(images/clipboard_top.png);
	z-index: 2;
}

#logo {
	position: absolute;
	left: 73px;
	top: 55px;
	width: 146px;
	height: 216px;
}

#beta {
	position: absolute;
	left: 200px;
	top: 170px;
	z-index: 1;
}

#clip {
	position: absolute;
	width: auto;
	height: auto;
	top: 32px;
	left: 237px;
	z-index: 2;
}

#scraps {
	position: absolute;
	width: auto;
	height: auto;
	top: 30px;
	left: 300px;
}

#links {
	position: absolute;
	width: auto;
	height: auto;
	top: 55px;
	left: 340px;
	z-index: 2;
}

#container {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	background-color:white;
	z-index: 1;
	background-image: url(images/clipboard_sides.png);
	background-repeat: repeat-y;
}

#container_center {
	width: 780px;		/* = clipboard.width - (padding x2) */
	min-height: 700px;
	height: auto;
	padding: 30px 70px 0px;
	color: #585858;
}

#container_body {
	border-style: none;
	float: left;
	width: 550px;	/* width of main body */
	height: auto;
}

#container_body_nopanel {
	width: 100%;
	height: auto;
}

#add_something_link {
	position:absolute;
	right:325px;
	top:50px;
}

#my_mohawk_rest {
	border-style: none;
	float: right;
	width: 45%;
}

#my_mohawk_details {
	border-style: none;
	float: left;
	width: auto;
}

#container_ussu {
	position: relative;
	top: 10px;
	width: 150px;
	height: auto;
	margin: 0px auto;
	z-index: -1;
}

#bottom {
	position: relative;
	width: 100%;
	height: 75px;
	background-image:url(images/clipboard_bottom.png);
}

#hand {
	position: absolute;
	left: -130px;
	bottom: -278px;
	width: auto;
	height: auto;
	z-index: 1;
}

#footer { 
	position: relative;
	top: 3px;
	width: auto;
	height: auto;
}

img.links {
	border-style: none;
	text-decoration: none;
	outline: none;
}

/** Panel
-------------------------------------- */
#container_panel {
	border-style: none;
	float: right;
	width: 204px;
	height: auto;
	margin-top: 60px;
}

#container_panel_top {
	height: 39px;
	width: 204px;
	background-image: url(images/side_paper_top.jpg);
}

#container_panel_repeating {
	width: 174px;
	height: auto;
	padding: 0px 15px;
	font-size: 9pt;
	min-height: 540px;
	background-image: url(images/side_paper_mid.jpg);
	background-repeat:repeat-y;
}

#container_panel_bottom {
	background-image: url(images/side_paper_bottom.jpg);
	height: 35px;
	width: 204px;
}

#panel_tourn_list {
	padding: 0px 20px;
}