html {
		height: 100%;
		overflow: hidden;
	}
body {
		height: 100%;
		margin: 0px;
		padding: 0px;

	}


#flashcontent {
		height: 100%;
		margin-left: 0px;
	margin-right: 0px;
	}



/* ----------container to center the layout-------------- */
#dinocontent {
	margin-left: 0px;
	margin-right: 0px;
	height:100%;
}

/* ---------------used on HTML pages--------------------- */
a:link {
	color: #33CCFF;
	text-decoration: underline;
	}
	
a:hover { text-decoration: none; }

#container {
	height: 100%;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FC5604;	
	}

#content_drill {
	height: 100%;
	width: 800px;
	background: #FC5604 url(../img/bg_top.jpg) no-repeat;
	padding: 200px 112px 0 112px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.title {
	display: block;
	margin-bottom: 10px;
	}

#footer {
	height: 189px;
	width: 880px;
	margin: 0 auto;
	padding-left: 72px;
	padding-right: 72px;
	background: #FC5604 url(../img/bg_bottom.jpg) no-repeat;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
#footer a {
	color: #333333;
	text-decoration: none;
	}