/* Welcome do Hugo Magalhães personal web site. 
// You can copy this as you can! :D 
// Last changed 28/01/2008
// www.hugomagalhaes.com */

/* TAG redefiniitons */
html
{
	/*height: 100%;*/
}
body 
{
	background-color:#000000;
	margin:0pt;
	padding:0pt;
	width:100%;
	/*height: 100%;*/
}


/* Element's Id's */ 

#container
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -173px;
	z-index:1;
}

#menu
{
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 192px;
	height: 29px;
	margin-top: 55px;
	margin-left: -10px;
}

#menuHome
{
	display: block;
	width:59px;
	height: 29px;
	background: url(images/menuHome.png);
	background-position:top;
	background-repeat: no-repeat;
	float: left;
}

#menuHome:hover
{
	background-position:bottom;
}

#menuCentral
{
	display: block;
	width:133px;
	height: 29px;
	margin-left: 59px;                              /* #menuBlog width. layout para 3 colunas em css ;) */
	background: url(images/menuCentral.png);
	background-position:top;
	background-repeat: no-repeat;
}

#menuCentral:hover
{
	background-position:bottom;
}