body{
	font-family: "Lato",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.9;
	color: #333;
}

.wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.main{
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	background-color: white;
	opacity: .6;
}

.menu{
	
}

.menu_title{
	text-align: center;
}

.menu_button{
	width: 16.666%;
	float: left;
	opacity: 1;
	text-align: center;
	color: #000;
	cursor: pointer;

	border: 0;
    outline: 0;
    border-bottom: 5px solid #FFF;
}

.menu_button:hover{
	width: 16.666%;
	float: left;
	opacity: 1;
	text-align: center;
	cursor: pointer;

	border: 0;
    outline: 0;
    border-bottom: 5px solid #FC0;
}

.center_div{
	margin: 0 auto;
	text_align: center;
}

select {
	background-color: #DDD;
	width: 250px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	height: 34px;
	-webkit-appearance: none;

	border: 0;
    outline: 0;
    border-bottom: 2px solid #DDD;
}

select:focus {
	background-color: #DDD;
	width: 250px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	height: 34px;
	-webkit-appearance: none;

	border: 0;
    outline: 0;
    border-bottom: 2px solid #FC0;
}

input {
	background-color: #DDD;
	width: 250px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	height: 34px;
	-webkit-appearance: none;

	border: 0;
    outline: 0;
    border-bottom: 2px solid #DDD;
}

input:focus{
	background-color: #DDD;
	width: 250px;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	height: 34px;
	-webkit-appearance: none;

	border: 0;
    outline: 0;
    border-bottom: 2px solid #FC0;
}