@charset "utf-8";

html, body
{
	height: 100%;
}


body
{
	margin: 0px;
	padding: 0px;
	background-size:cover;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
}

#DivTesto {
	background-color: #FFF;
	width: 100%;
	
	bottom: 55px;
	top:6%;
	position: absolute;
	overflow:auto;
	text-align:center;
	margin-left: 0%;
	border-radius: 0px 0px 30px 30px;
	opacity:0.9;
}

#DivTesto2 {
	width: 100%;
	height: 88%;
	bottom: 0;
	top:6%;
	position: absolute;
	overflow:auto;
	text-align:center;
	margin-left: 0%;
	border-radius: 0px 0px 30px 30px;
	opacity:0.9;
	color:#EEE;
}

#fb {
	background: #E0E0E0;
	width:100%;
	align:center;
}

#Div1 {
	background-color: #0482FF;
	width: 25%;
	height: 6%;
	bottom: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	text-align: center;
	margin-left:0%;
	border-radius: 0px 0px 30px 30px;
	color: #EEE;
	z-index:1;
	position: fixed;
}

#Div1:hover
{	
	background-color: #EEE;
	color:#0482FF;
	height: 10%;
}

#Div2 {
	background-color: #0482FF;
	width: 25%;
	height:  6%;
	bottom: 0;
	top: 0;
	margin-left:25%;
	position: absolute;
	overflow: hidden;
	vertical-align: center;
	border-radius: 0px 0px 30px 30px;
	color: #EEE;
	z-index:1;
	position: fixed;
}

#Div2:hover
{	
	background-color: #EEE;
	color:#0482FF;
	height: 10%;
}

#Div3 {
	background-color: #0482FF;
	width: 25%;
	height:  6%;
	bottom: 0;
	top: 0;
	margin-left:50%;
	position: absolute;
	overflow: hidden;
	vertical-align: center;
	border-radius: 0px 0px 30px 30px;
	color: #EEE;
	z-index:1;
	position: fixed;
}

#Div3:hover
{	
	background-color: #EEE;
	color:#0482FF;
	height: 10%;
}

#Div4 {
	background-color: #0482FF;
	width: 25%;
	height: 6%;
	bottom: 0;
	top: 0;
	margin-left: 75%;
	position: absolute;
	overflow: hidden;
	vertical-align: center;
	border-radius: 0px 0px 30px 30px;
	color: #EEE;
	z-index:1;
	position: fixed;
}

#Div4:hover
{	
	background-color: #EEE;
	color:#0482FF;
	height: 10%;
}

.button
{	
	padding: 10px 30px 5px 30px;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #444;
	border-radius: 20px 2px 20px 2px;
	background-color:#CDFF9B;
	border-color:#040;
	border:double;
}

.button:hover
{
	background-color:#111;
	color: #EEE;
}

#welcome {
	height: 88%;
	bottom: 0;
	top:6%;
	position: absolute;
	overflow:auto;
	width:100%;
	align:center;
	text-align:left;
	color:#EEE;
	margin-left:0%;
}

#footer {
	background-color: #EEE;
	opacity:0.8;
	width: 100%;
	height: 55px;
	bottom: 0;
	margin-left: 0%;
	position: fixed;
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
}
