
html, body {
	height:100%;
	margin:0;
	padding:0;
}

body{
	background: #FFFFFF url(/pattern_39.gif) repeat top left;
	text-align:center;
	min-width:626px;
	min-height:400px;
}

#ver {
	float:left;
	height:50%;
	margin-top:-40px;/* half vertical height*/
	width:100%;
}

#hoz {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	padding: 0px;
	background-color: white;
	/* overflow:auto;*/
	text-align:left;
	clear:both;
}

#default {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/default.png) no-repeat top left;
	width: 750px;
	height: 30px;
	display: block;
}

#default p {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	color: black;
}
