@charset "utf-8";
/* CSS Document */

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

html { background: url(../images/tile.jpg); }
body { background: url(../images/corner.gif) bottom right no-repeat; }
img { border: none; }
	
/*Vertical Centering*/
#vertical {
	float:left;
	height:50%;
	margin-top:-155px;/* half vertical height*/
	width:100%;
	}

#hoz {
	height: 310px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
	}
	
#content {
	width: 500px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	}
	
#desc { display: none; }
