body{ 
        background-attachment:fixed;
        background-image:url(imagens/fundo03.jpg);
        background-repeat:repeat;
        background-position:100%,100%;
        font-family: arial, helvetica, sans-serif;
	font-size: 14px;
        color:blue;
}
#principal{ 
            position:relative;
            width:80%;
            height:900px;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color: #e8e8e8;
            -moz-border-radius: 10px;
	    -webkit-border-radius: 10;
	    border-radius: 10px;
          }
#topo{ 
            position:relative;
            width:100%;
            height:20%;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color:#33FFCC;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
            
          }
#menu{ 
            position:relative;
            width:100%;
            height:5%;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color:orange;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
            
          }

#mural{    
            float: left;
            position:relative;
            width:70%;
            height:70%;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color:#e8e8e8;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
            
          }
#muraldireito{    
            float: right;
            position:relative;
            width:30%;
            height:70%;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color:#ECECEC;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
            
          }

#arealogin{ 
           float: right; 
           position:relative;
            width:30%;
            height:90%;
            margin: auto;
            border:solid black 0px;
            font-weight: bold;
            background-color:#33FFCC;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
           
          }
#rodape{ 
            position: absolute;
            bottom:0;
            width:100%;
            height:5%;
            margin: auto;
            border: solid black 0px;
            font-weight: bold;
            background-color:orange;
           -moz-border-radius: 10px;
	  -webkit-border-radius: 10;
	  border-radius: 10px;
        }
a img {
border : 10;
-moz-border-radius:10px;
-webkit-border-radius:10;
border-radius:10px;
}
            

form fieldset{
               float: right;
               margin-right: 7px;
               width:40%;
               border:solid black 0px;
               padding: 3%;
               margin-bottom: 10px;
            }
form legend{
             padding: 6px;
             margin: 10px;
             border: solid black 0px;
             font-size: 90%;
             font-weight: bold;
             background-color: #e8e8e8;
           }
form label{
             display:block;
             font-size: 14px;
          }
form input{
             width:60%;
             border: solid #ccc 1px;
             font-family:'Trebuchet MS', Verdana,Tahoma,Serif;
             -moz-border-radius: 5px;
             -webkit-border-radius: 5;
              border-radius: 5px;
          }
form input.botao{
                   display:block;
                   width: auto;
                   height:20%;
                   float: right;
                   background-color:orange;
                   font-family: arial, helvetica, sans-serif;
                   font-size: 14px;
                   color:blue;
                }
