@CHARSET "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form, fieldset, embed, object, applet {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body
{
  background-color: black;
}

div#container
{
  text-align: center;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

a:hover
{
	color: #F00;
	text-decoration: underline;
}

ul#menu-list
{
  margin: 10px;
}

div#menu
{
  width: 650px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
}

ul#menu-list li
{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}