body{
	background: url(../images/bg.png) repeat-x;
	overflow: hidden;
	font-family: "Myriad Pro", verdana;
	color: white;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#layout-root{
	
}

#layout-content{
	margin: 0 auto;
	width: 960px;
	margin-top: 160px;
}

#header-bar-holder{
	background: url(../images/moon.png) top left no-repeat;
	height: 75px;
	padding-top:10px;
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 9997;	
}

#header-bar{
	background: url(../images/stars.png) top left repeat-x;
}

#header-menu{
	background: url(http://fictitiousapp.com/images/menu.png) top left repeat-x;
	position: fixed;
	left: 20%;
	top: 100px;
	height: 186px;
	width: 700px;
	text-align: right;
	z-index: 9998;
}

# 	footer{
	border-top: 5px solid #b8c5b5;
	height: 50px;
	/*background-color: #0b1a27;*/
	text-align: center;
	color: white;
	font-family: "Myriad Pro", verdana;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 120px;
	padding-left: 400px;

}