@charset "utf-8";
/* CSS Document */

body {
	background:#f1f2f1;
}

#imagem { 
    height:700px;
    left:50%; 
	margin:-350px 0 0 -480px; 
	position:absolute; 
	top:50%; 
	width:960px;
	background:url(../img/imagem.jpg) no-repeat;
	}
	