

body {
    background:#ffffff url(images/background.jpg) 50% 0%;
	margin:0px;
	padding:0px;
	}
	
#wrapper {
	position:absolute; 
	left: 50%;
	width: 850px; 
	margin-left: -425px; 
	min-height:100%;	
	}
	
#header {
	background:#ffffff url(images/header.jpg) no-repeat ;
	height: 93px;
}

ul#menu {
	list-style-type: none;
	position: absolute;
	width: 574px;
	height: 27px;
	top: 0px;
	left: 200px;
	margin: 0;
	padding: 0;
	}
	
ul#menu a {

	display: block;   
	text-indent: -9999px; 
	text-decoration: none;
	overflow:hidden;
	height:26px;

	}

	

li#roadshow {

	position: absolute;
	top: 58px;
	left: 40px;
	width: 106px;
	height: 26px;
	display:block;
	background:url(images/botao1off.png) no-repeat 0 0;
	}

	

li#agenda {

	position: absolute;
	top: 58px;
	left: 160px;
	width: 106px;
	height: 26px;
	display:block;
	background:url(images/botao2off.png) no-repeat 0 0;
	}

	

li#registo {

	position: absolute;
	top: 58px;
	left: 280px;
	width: 106px;
	height: 26px;
	display:block;
	background:url(images/botao3off.png) no-repeat 0 0;

	}

	

li#links {

	position: absolute;
	top: 58px;
	left: 400px;
	width: 106px;
	height: 26px;
	display:block;
	background:url(images/botao4off.png) no-repeat 0 0;

	}



li#contactos {

	position: absolute;
	top: 58px;
	left: 520px;
	width: 106px;
	height: 26px;
	display:block;
	background:url(images/botao5off.png) no-repeat 0 0;

	}


li#roadshow a:hover {

	background:url(images/botao1on.png) no-repeat 0 0;
	}

	

li#agenda a:hover {

	
	background:url(images/botao2on.png) no-repeat 0 0;
	}

	

li#registo a:hover {


	background:url(images/botao3on.png) no-repeat 0 0;

	}

	

li#links a:hover {

	background:url(images/botao4on.png) no-repeat 0 0;

	}



li#contactos a:hover{

	background:url(images/botao5on.png) no-repeat 0 0;

	}



#content {
	background:#ffffff url(images/body.jpg) no-repeat ;
	height:auto;
	margin-bottom:50px;
}

#content h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding:15px;
	margin:0px;
}

#content p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding:15px;
	margin:0px;
}

#footer {
	background:#ffffff url(images/footer.jpg) no-repeat ;
	position:absolute;
    bottom:0;
    width:100%;
    height:53px;

} 