html {
     background: #FFF091;
}
body {
    margin : 0;
	font-family: Rancho;
	font-size: x-large;
}


/*header*/
header {
	font-size: 89px;
  	vertical-align:middle;
	text-align: center;
	color: #4200FF;
	min-height: 150px;
	line-height: 140px; /*V center*/
	background-image: linear-gradient(#FFF091, #955C49);
	width: 100%;
	z-index: 100;
	text-decoration:none;
}

#main_title {
	color:#FFFFFF;
	font-size: 89px;
}

#header {
	text-decoration:none;
}
/*end header*/


/*Menu top*/
.current {
	background-color: rgba(255, 255, 255, 0.4)
}


td a.menu_link {
	width: 100%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

div#menu_top {
	background: #955C49;
}
/*End menu top*/

/*Central part*/
div#central_part {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	height: auto;
	border-top: 0;
	border-bottom: 0;
}

/*End central part*/
table {
	width: 100%;
	text-align: center;
}

p {
	margin: 0px;
	text-align: center;
}


span.underline {
	text-decoration: underline;
}

.full_width {
	width: 100%;
}