@import "reset.css";

/* ----- */

body {
	font-family: Times, "Times New Roman", serif;
	margin-top: 40px;
	background-color: #000;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#flash, #menuAlt {
	background-color: #000;
}

#flash #menuAlt ul {
	position: absolute;
	top: -100px;
	left: -900px;
	width: 100px;
}		
