﻿@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#container{
	background-image:url(bck.jpg);
	width:1000px;
	height:400px;
	margin:auto;
	margin-top:10px;
	clear:both;
	padding-top:310px;
}

#content{
	width:1000px;
	height:400px;
	background-color:#FFF;
}

#logo{
	position:absolute;
	top:20px;
	padding-left:20px;
}

#top{
	width:980px;
	padding-left:20px;
	clear:both;
	background-image:url(top-bottom.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:auto;
}

#bottom{
	width:980px;
	padding-left:20px;
	clear:both;
}


#form{
	width:665px;	
	height:200px;
	float:left;
	margin-left:15px;
	color:#666;
}
h1{
	font-size:21px;
}

h2{
	font-size:16px;	
}

a:href
{
    text-decoration:none;
    color:#000000;
}
a:visited
{
    text-decoration:underline;
    color:#000000;
} 
a:link
{
    text-decoration:underline;
    color:#000000;
} 


input[type=text] {
	background-color:#CCCCCC;
	border: none;
	height:25px;
}

input[type=submit] {
	background-color:#CCCCCC;
	border: none;
	height:25px;
	color:#666;
}
textarea{
	background-color:#CCCCCC;
	border:none;
}

img{
	border:0px;	
}
.box-testo{
	background-image:url(cerchio.png);
	background-repeat:no-repeat;
	background-position:left center;
	width:220px;
	float:left;
	padding-left:100px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:15px;
}
.title{
	margin-top:40px;
	width:250px;
	float:left;
}

.bottom-text{
	width:300px;	
	float:left;
}
