#main {
	width: 680px;
	border: 1px solid white;
}
#menu {
	position: relative;
	top: 20px;
	float: right;
}

#idioms {
	position: absolute;
	left: 608px;
	top: 8px;
	border: 2px solid white;
	padding: 5px;
	font-size: 15px;
	font-weight: bolder;
}
#idioms a:link {
	color: white;
	text-decoration: none;
}
#idioms a:visited {
	color: white;
	text-decoration: none;
}
#idioms a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}



#body {
	width: 530px;
	padding: 5px;
}
body {
	background-color: black;
	color: white;
	font: 12px bolder normal arial, sans-serif;
}

#footer {
	margin-top: 10px;
}

#header {
	border: 1px solid white;
	border-bottom: 0px solid white;
	width: 680px;
	padding-top: 2px;
}



a {
	text-decoration: none;
	font-weight: bolder;
	color: white;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: black;
	background-color: white;
}
