html, body {
  height: 99.5%;
}

body{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(images/p.jpg);
}

#container {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-color: White;
}

		#header {
  			background: orange;
		}
				#logo {
					height: 129px;
					background-image: url(images/logo.png);
					background-repeat: no-repeat;
				}
				
				#torna{
					padding: 40px;
				}

				
		#content {
			background-color: White;
		}
		#content:after {
			clear: both;
			display: block;
			content: ".";
			height: 0;
			visibility: hidden;
			padding: 0 0 2em 0;
		}

				#text {
					width: 550px;
					float: right;
					background-color: white;
					padding: 1em 2em 0 0;
					text-align: justify;
				}

				#navigation {
					width: 250px;
					float: left;
					padding: 1em 0 0 0;
				}
				
				#navigation div{
					background-image: url(images/p.jpg);
					height: 2em;
					font-size: 1.3em;
				}
				
				#navigation div li{
					list-style-type: none;
				}
				
				#navigation div a{
					height: 2em;
					display: block;
					color: white;
					font-weight: bold;
					padding: 10px 0 0 0;
				}
				
				#navigation div:hover{
					background-image: url(images/h.jpg);
				}
				
				#navigation div a:hover{
					display: block;
					font-weight: bold;
				}

		#footer {
			clear: both;
			width: 100%;
			background-image: url(images/p.jpg);
			position: absolute;
			bottom: 0;
			text-align: center;
			height: 1.5em;
		}
		
		#footer a{
			color: white;
			font-weight: bold;
		}
		
		#footer a:hover{
			color: #3366FF;
			font-weight: bold;
		}
		
#text img{
	text-align: center;
}

hr{
	background-color: orange;
	height: 1px;
	width: 80%;
}

.leftimg{
	float: left;
	margin: 0 20px 20px 0;
}

.rightimg{
	float: right;
	margin: 0 0 20px 20px;
}

a{
	text-decoration: none;
	color: #3366FF;
}

a:hover{
	text-decoration: none;
	color: red;
}

.tipkey{
	display: none;
}

h1{
	display: block;
	color: #3366FF;
}

h3{
	display: block;
	color: #3366FF;
	text-align: center;
}

img{
	border: 0;
}

p{
	text-align: center;
}

h4{
	display: block;
	color: #3366FF;
	text-align: right;
	font-size: 15px;
}