
body {
	
	margin: 0 auto;
	text-align: center;
	background-image: url(img/fundo.gif);
	
}

#contener {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	
}

#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 150px;
	background-image: url(img/top2.jpg);
}

#menu {
	
	position: relative;
    height: 35px;
    overflow: hidden;
	top: 0px;
	left: 0px;
	
}

#rodape {
    
    position: relative;
    top: 0px;
    left: 0px;
    width: 960px;
    height: 80px;
    background-color: #9d9d9d;
    
}

#rodape .txt1 {
    
    position: absolute;
    top: 20px;
    left: 50px;
    font-family: trebuchet ms;
    font-size: 12px;
    color: white;
    
}

#rodape .txt2 {
    
    position: absolute;
    top: 20px;
    left: 350px;
    font-family: trebuchet ms;
    font-size: 12px;
    color: white;
    
}

#rodape .sgs {
    
    position: absolute;
    top: 10px;
    left: 870px;
    
}

#login {

    position: absolute;
    top: 15px;
    left: 600px;
    font-family: trebuchet ms;
    font-size: 12px;
    color: white;

}

#bot {

    position: absolute;
    top: 24px;
    left: 140px;

}
