@charset "utf-8";

/* CSS Document */


body {
	background: url(../imagens/fundoolimpiadas.png) no-repeat left top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
}

html, body {
    height: 100%;
}

#msg {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

#msg2 {
	width: 250px;
	position: absolute;
	left: 50px;
	bottom: 50px;
}

#msg3 {
	position: absolute;
	right: 50px;
	top: 50px;
}