/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
#main-header {
	background:url(/images/logo.jpg);
	border-bottom: 2px solid #614B6F;
	color: #990099;
	padding: 100px;

	background-repeat: no-repeat;
}

