/**********************************************/
/*
	Stilurile globale
*/
/**********************************************/
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#fixee {
	width: 100%;
	margin-top: 0px;
	height: 534px;
	background-image: url(hello.png);
	background-position: center top;
	background-repeat: no-repeat;
}

