body { 
	margin: 0;
	font: 14px 'Lucida Grande',Helvetica,Arial,sans-serif;
	color: #fff;
}

#bg {
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: -5;
}

#header, #footer {
	position: fixed;
	background: #000;
	width: 100%;
	/*opacity: 0.85;*/
}

#header {
	top: 0;
	height: 70px;
}

#core, #content {
	padding: 90px 20px 80px;
	color: #000;
}

h1 {
	font: 28px/70px Georgia,Times,serif;
	float: left;
	margin: 0 0 0 2%;
	cursor: pointer;
}

h1 span {
	color: #729fcf;
}

a { 
	outline: none;
}

#header #phrase {
	font: 16px/70px Georgia,Times,serif;
	float: right;
	margin: 0 2% 0 0;
}

#footer {
	bottom: 0;
}

#footer .menu {
	margin: 20px 2%;
	width: 21%;
	float: left;
}

#footer ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#footer h2 {
	margin: 0;
	font: 18px Georgia,Times,serif;
	color: #729fcf;
}

#footer h2 a {
	color: #729fcf;
	text-decoration: none;
}

#footer li a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

