/*Definições gerais*/

* {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:none;
	list-style:none;
}
html, body {
	margin:0;
	padding:0;
}


html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	background: url(rosa06.jpg)repeat-x fixed #ca3d8b top center;
}