﻿/*
	Giurilex - Struttura
	1.0.1
*/

body{
	height: 100%;
	margin: 0px;
	background-color: #83afdd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url('../images/page_background_30x630.jpg');
	background-repeat: repeat-x;
}

#page{
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	background-image: url('../images/page_840x1.jpg');
	background-repeat: repeat-y;
}

#page_top{
	z-index:0;
	background-image: url('../images/page_840x630.jpg');
	background-repeat: no-repeat;
	top: 0px;
	bottom: 0px;
}

#corpo{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100%;
}

.lineablu
{
	clear: both;
	height: 1px;
	overflow: hidden;
	position: relative;
	background-color: #3c5da0;
	margin-bottom: 1px;
	margin-left:30px;
	margin-right:30px;
}
