body {
	background-image: url(../images/ebv.png);
	background-repeat: no-repeat;
	background-position: 0px 143px;
}

#header {
	position: fixed;
	height: 148px;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/header.png);
}

#now {
	float: left;
	height: 145px;
	width: 50px;
	background-image: url(../images/now.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#menu {
	margin: 0px auto;
	margin-top: 70px;
	width: 720px;
	height: 70px;
}

.menu_option, .menu_chosen {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	height: 70px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: Gill Sans, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;	
}

.menu_option {
	background-image: url(../images/ball.png);
	color: #888888;	
}

.menu_chosen {
	color: #FEFEFE;
}


#page {
	float: left;
	min-width: 600px;
	margin-top: 130px;
	margin-left: 200px;
	margin-right: 20px;
}

.section_title {
	margin-top: 30px;
	padding: 3px;
	background-color: #496BB3;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

.section {
	padding: 5px;
	background: #ECECEC;
	background-image: url(../images/section_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 14px;
	text-align: justify;
}

input[type="text"] {	margin-top:2px;	width:240px;	padding:2px;	padding-top:3px;	outline:none;
	font-size: 16px;}
input[type="text"]:hover {	border:solid 2px #73A6FF;}.focusField{	border:2px solid #73A6FF;	background:#FFF;	color:#000;}
.idleField{	background:#EEEEEE;	color:#6F6F6F;	border:2px solid #CCCCCC;}

#hidden_pics {
	visibility: hidden;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*-------------------------------------------------------
GENERAL */

a {
	text-decoration: none;
	color: #496BB3;
}
