@charset "utf-8";
/* CSS Document */

html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#ffde17;
	text-align:center;
	min-width:1024px;
	min-height:620px;
}

#vertical{
	float:left;
	height:50%;
	margin-top:-310px;/* half vertical height*/
	width:100%;
}
#hoz {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	height:620px;
	text-align:left;
	clear:both;
}

.Copyright {font-family: Times New Roman; color: #000000; font-size: xx-small; text-decoration: none; font-weight: normal;}
