@charset "utf-8";
/* CSS Document */
body {
	height: 100%;
	margin: 0px; padding: 0px;
	background-image: url(images/background-body.jpg)}
	
p {
	font-size: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px
}
	
p.faq {
	font-size: 14px }
	
p.privacy {
	font-size: 12px }
	
h1 {
	padding-top: 0px;
	margin-top: 0px }
	
.shadow {
	width: 941px;
	margin: auto;
	background-image: url(images/background-shadow.png); background-repeat:repeat-y;
	z-index: -99 } 
	
.wrapper {
	position: relative;
	width: 901px;
	margin: auto; }
	
.header {
	width: 901px; height: 421px;
	background-image: url(images/header.jpg) }
	
.middle {
	width: 901px;
	background-image: url(images/background-blue.jpg); background-repeat: repeat-y }
	
.middle-content {
	width: 560px;
	position: relative;
	float: left; left: 35px }

.footer {
	position: relative;
	width: 901px; height: 80px;
	background-image: url(images/background-bottom.jpg);
	font-size: 13px }
	
.linkmenu {
	z-index: 99;
	position: relative;
	float: right; right: 20px;
	width: 250px }
	
.link-menu{
width:250px;
background-color:#9FABBA;
border:3px solid white;
}

.link-menu a{
display:block;
padding: 12px 0px 12px 5px;
background-color:#9FABBA;
border-bottom: 3px solid white;
color:#437E7E;
line-height:25px;
}

.link-menu a:hover{
background-color:#E5E5E5;
color:#666666;
}

