/* CSS Document */

body {	
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

#wrapper {
	position: relative;
	width: 720px;
	margin: auto;
}

#content {
	position: relative;
	width: 720px;
	height: 800px;
	padding-top: 50px;
	margin: auto;
	z-index: 1;
}

#popup {
	position: absolute;
	width: 720px;
	height: 60px;
	top: 0;
	left: 0;
	z-index: 100;
}

#convite {
	position: absolute;
	width: 420px;
	height: 330px;
	top: 150px;
	left: 25px;
	z-index: 50;
}
