* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

body {
	background-image: url('bg.jpg');	
}

#container {
	width: 690px;
	height: 490px;
	background: url('borda.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-345px;
    margin-top:-245px;
}

#logo {
	width: 370px;
	height: 285px;
	background: url('logo.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-175px;
    margin-top:-210px;
}

#embreve {
	width: 205px;
	height: 63px;
	background: url('embreve.png') no-repeat;
	position: absolute;
	right: 5px;
	bottom: 75px;
}

#end {
	width: 560px;
	height: 47px;
	background: url('end.png') no-repeat;
	position: absolute;
	left: 50%;
	margin-left:-292px;
	bottom: 20px;
}

#caos {
	width: 15px;
	height: 47px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

