html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	background:#f1f1f1 url(img/bg.gif);
	text-align:center;
	min-width:800px;
	min-height:700px;
	margin-bottom: -50px;
	
}
#vertical{
	float:left;
	height:50%;
	margin-top:-350px;/* half vertical height*/
	width:100%;
}
#hoz {
	margin-top: 40px;
	margin-bottom: 40px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:700px;
	overflow: visible;/* allow content to scroll inside element */
	text-align:center;
	clear:both;
}
h5 {color:#333; font-size:12px; font-weight:normal; margin: 0; display: inline;}
h4 {color:#666; font-size:12px; font-weight:bold; margin: 0; display:inline;}
h3 {color:#0099ff; font-size:12px; font-weight:bold; margin: 0; display:inline;}

A:link {color:#0099ff;}


ul { list-style:none; margin: 0; padding:0; line-height: 22px;}

.bottle {float: right; width: 375px; text-align:left; margin-bottom: 17px;}
.tracks {float: left; width: 342px; text-align:right; margin-top: 20px;}
.bottom {clear: both;height: 50px; position:relative; bottom: 0; width: 100%; text-align:center;}