div#main {
	background:transparent;
	border:0;
	padding-left:0;
}
.outline-creator {
	-webkit-box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}
div.search-bar {
	display:none;
}

div#footer {
	display:none;
}
div#headerdiv {
	border:0;
	margin:auto;
	width:960px;
	height:75px;
}
#bbox {
	border:0;
	position:relative;
	top:1px;
}
/* Fade in animation (Webkit only) */
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}
#nav {
     -webkit-animation: showMenu 1s; position:relative;
}
div#cpright {
	display:none;
	/* position:absolute;
	bottom:2px;
	right:15px; */
	
}