html, body, div, p, img {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

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

p {
	font-size: 10px;
	margin-top: 10px;
}

#wrap {
	width: 950px;
	height: 670px;
	position: relative;
	margin: 0 auto;
}
img.logo {
	position: absolute;
	left: 0;
	top: 15px;
}
#menu-top {
	position:absolute;
	top: 20px;
	right: 20px;
}
#flash {
	position:absolute;
	top: 138px;
	height: 420px;
	padding: 12px 0;
	border-top: 3px solid #353535;
	border-bottom: 3px solid #353535;
	width: inherit;
}

#menu-bottom {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}
#menu-bottom a {
	font-size: 13px;
}
