/* CSS Document */
HIGH ANTONELLA!
@antonellacostaweb "acw";
/* CSS Document */

body {
	background-color:#F5F5F5;
	overflow-x: hidden;
	overflow-y: hidden;
	
}

#contenedor {
	width:780px;
	height:620px;
	margin:10%;
	margin-top:7px;
	left:50%;
	margin-left: -390px;
	position:absolute;
	
}

#whitebox {
	background-image:url(whitebox.png);
	background-repeat:no-repeat;
	width:827px;
	height:618px;
	margin:10%;
	margin-top:0px;
	top: -2px;
	left:50%;
	margin-left: -409px;
	position:absolute;
	clear:both;
	Z-INDEX: -3;
	
}



