* { 
	margin:0;
	padding:0;
	font-family: 'Muli', sans-serif;
}

body { 
	background-image:url(../img/back.png);
	margin-top: 0px;
}

#header {
	background-color: rgba(0,0,0,1);
	widht:100%;
	height:10px;
}

h1 {
	text-indent:-1500px;
}

#geral {
	background-image:url(../img/gradiente.png);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	height:900px;
	margin:0 auto;
	padding-top:20px;
}

#logo {
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:300px;
	height:210px;
	margin:0 auto;
}

#content1{
	width:370px;
	height:80px;
	text-align:center;
	color:#FF3399;
	font-size: small;
	margin:0 auto;
}

#content2{
	width:300px;
	height:auto;
	margin:0 auto;
	text-align:justify;
	color:#666666;
	font-size: small;
	padding-bottom:20px;
}

#contactform {
	width:300px;
	overflow:auto;
}

.input{
	font-size: small;
	padding: 2px;
	background-color:#cccccc;
	width: 296px;
	color: #666666;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.hint{
    display:none;
}
	
.field:hover .hint {
    position: absolute;
    display: block;
    margin: -30px 0 0 305px;
    color: #fff;
    padding: 5px 8px;
    background: rgba(0, 0, 0, 0.3);
 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
	
.button{
    float: right; 
	margin:10px 10px 0 0;
    font-weight: normal;
    padding: 1px 6px;
    cursor: pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
    /* Background gradient */
    background: #666;
    background: -moz-linear-gradient (top, #666 0%, #333 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%, from(#666), to(#333));
 
    /* Border style */
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 0 #333;
    -webkit-box-shadow: inset 0 1px 0 0 #333;
    box-shadow: inset 0 1px 0 0 #333;
}

a:link, a:active, a:visited {
	color:#666666;
	font-size:small;
	text-decoration: none;
}

a:hover {
	color:#000000;
}

#footer {
	position:fixed;
	background-color: rgba(0,0,0,1);
	height:130px;
	width:100%;
	bottom:0;
	padding-top:20px;
	color:#666666;
	text-align:center;
	font-size:x-small;
}

#footer2 {
	background-image:url(../img/cao.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:100px;
	width:300px;
	margin:0 auto;
}
