html{height: 100%;}
body{
	color: #000;
	height: 100%;
	background-color:#D4E527;
}
#inicio{
		position:absolute;
		top:50%;
		left:50%;
		margin-left:-386.5px;
		margin-top:-210px;
		width:773px;
		height:420px;
		border:1px solid white;
}