	html {
		height: 100%;
		overflow: hidden;
	}
	
	#home {
	height: 85%;
	}
	#mydiv{
	text-align:center;
	}
	#mydiv img{
	border:0px;
	}
	#controls{
	margin:auto;
	width: 900px;
	background:url(images/button_bg.jpg) no-repeat center bottom;
	}
	/* end hide */
	
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000;
	}
	#textContent {
			padding-top: 200px;
		font-family:Arial, Helvetica, sans-serif;
			padding-bottom: 190px;
				color: #ffffff;
			text-align: center;
	}
	#textContent a:link {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	}
	
	
