body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #efefef;
}

#container {
	margin: auto;
	width: 650px;
	height: 1000px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 490px;
	margin-bottom: 20px;
}

#button {
	height: 32px;
	width: 184px;
	margin: auto;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	border:0px solid #1c1c1c;
}

.the_menu {
	display:none;
	width:220px;
	border: 0px solid #1c1c1c;
	color: #d2d2d2;
	padding:1px; 

}

.the_menu li {
	background-color: #ffffff;
	opacity: 0.7;
}

.the_menu li a {
	color: #777; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight: normal;
	color: #060606;
	font-style: normal;
}
