/* portfolio stuff
------------------------------------------------------------------*/

a:link, a:visited { color: #f69127; text-decoration: underline; }
a:hover { color: white; text-decoration: none; background: #f69127 }
a:active { color: white; text-decoration: none; background: #909295 }

#nav {
text-align:center;
padding:1px 0px 1px 0px;
color:#f69127;
font-family:Arial;
font-size:11px;
}


	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
	}
