/* -------------------------------- Change background-color here! ------------------------------------------ */

body {
	background-color: #000000;
	
}

/* ---------------------------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

#top {
	width: 817px;
	height: 197px;
        margin-top: 15px;
        margin-bottom: 15px;
}
#top_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 817px;
}
#center {
	width: 817px;
	margin-right: auto;
	margin-left: auto;	
}

#center img {
	border: 0;
	padding-bottom: 6px;
}


