﻿body {
	background: #003e7e url(../images/home/background_home.jpg) no-repeat fixed center center;
}
#container_home {
	position: absolute;
	width: 540px;
	height: 440px;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -270px;
}
#header {
	width: 540px;
	height: 98px;
}
#menu_home li {
	float: left;
	list-style-type: none;
}
#menu_home a {
	display: block;
	background-repeat: no-repeat;
	width: 90px;
	height: 40px;
	padding: 300px 0 0 0;
	text-align: center;
	text-decoration: none;
}
#menu_home a:hover {
	color: #003e7e;
	background-color: #fac71c;
}