body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #1C1C1C;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.body {
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-color: #1C1C1C;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.separatore {
	background-image: url(images/separatore.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
}
.text a{
	text-decoration: none;
	color: #FFFFFF;
}
.text a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.text a:visited{
	color: #FFFFFF;
}


#header {
	position: relative;
}
#logo {
	position: absolute;
	visibility: visible;
	top: 31px;
}
#menu {
	position: absolute;
	left: 1px;
	top: 278px;
	visibility: visible;
}



.text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #aaa295;
}
.text2 a{
	text-decoration: none;
	color: #aaa295;
}
.text2 a:hover{
	text-decoration: underline;
	color: #aaa295;
}
.text2 a:visited{
	color: #aaa295;
}


.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #ddb165;
}
.text3 a{
	text-decoration: none;
	color: #ddb165;
}
.text3 a:hover{
	text-decoration: underline;
	color: #ddb165;
}
.text3 a:visited{
	color: #ddb165;
}


.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #aeaeae;
	line-height: 20px;
}
.text4 a {
	text-decoration: none;
	color: #aeaeae;
}
.text4 a:hover{
	text-decoration: underline;
	color: #aeaeae;
}
.text4 a:visited{
	color: #aeaeae;
}#box {
	background-image: url(images/box-background.png);
	background-position: center;
	height: 256px;
}
#fleet-box {
	background-image: url(images/fleet-box.png);
	background-repeat: no-repeat;
	height: 255px;
	width: 298px;
}
.transparent {
	background-image: url(images/transparent-background.png);
	background-repeat: repeat;
}
.textfields {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C1C1C;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #1C1C1C;
	font-size: 13px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #AAA295;
	background-color: #1A1A1A;
	border: 1px solid #666666;
}

