html {
	height: 100%;
	overflow: auto;
}
body {
	margin: 0;
  	padding: 0;
  	font: 12px/150% Helvetica, Arial, Verdana, sans-serif;
    background: #FFF;
	color: #666;
	
	height: 100%;
}

/* Set margin and padding to 0 for all elements */
* {margin: 0; padding: 0;}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #f3b912;
}

h3 {
	font-size: 11px;
}

img {
	border: 0;
}

p {
	color: #999;
	padding-bottom: 4px;
	
	}
.callout {
	color: #666;
	}


		
/********************************************/
/* HTML LAYOUT			*/
/********************************************/
#flashcontent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#container {
	width: 500px;
	margin: 50px auto;
	
}
* html #container {width: 500px; margin: 50px auto;}



a:link {color: #666; text-decoration: none; }
a:visited {color: #666; text-decoration: none;}
a:hover {color: #000; text-decoration: underline;}
a:active {color: #000; text-decoration: underline;}