﻿/* CSS Document */

body {
	 background: #ffffff;
 
}


/* 
---------------------------------------
conteudo
---------------------------------------
*/

#conteiner {
	background: #24211d;
	
	position: absolute;
	
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}

#conteiner_preto {
	background: #24211d;
	
	background-image:url("../images/mrz_premium.gif");
	background-repeat: no-repeat;
	background-position: right;

	position: absolute;
	
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
	height: 1000px;
}


img {
	border:0px;
}



