
/*
** layout
*/

#main {
	padding-bottom: 0px;
	background: #fff;
}

#header {
	padding-bottom: 8px;
	background: #000 url('/themes/default/images/content-background.png') bottom left repeat-x;
}

#content {
	display: none;
}

/*
** title
*/

#header h1.title .name {
	display: block;
}

#header h1.title .section {
	display: none;
}


/*
** background
*/

#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}