body {
	background-color:#b9f72e;
}

h1 {
	font:20px Arial;
}

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#111155;
	font-weight:bold;
}
a:focus {
	text-decoration:underline;
	color:#111155;
	font-weight:bold;
}
a:active {
	text-decoration:underline;
	color:#111155;
	font-weight:bold;
}

* {
	color:#3c1f21;
	font:12px Arial;
}

b {
	font-weight:bold;
}

#menu {
	position:absolute;
	bottom:0px;
	left:0px;
	width:160px;
	height:100%;
	background-color:#a8e61d;
	text-align:right;
/*	padding:5px;*/
	font:20px Arial;
	z-index:5;
}

#deco {
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:120px;
/*	padding:5px;*/
	background-color:#a8e61d;
	text-align:center;
/*	vertical-align:middle;
	padding-top:60px;*/
	z-index:3;
}
.work {
	position:absolute;
	right:0px;
	top:0px;
	z-index:4;
}

#main {
	position:absolute;
	left:165px;
	top:125px;
	right:20px;
	z-index:1;
}

#changeWindow {
	padding:10px;
	height:650px;
	width:800px;
	z-index:2;
}