/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}

#flashcontent div {
	margin:60px auto;
	display: block;
	width: 320px;
	text-align: center;
}

/* end hide */

body {
	height: 100%;
	margin: auto;
	padding: 0;
	background-color: #fffaf6;
	color: #404040;
	font-family: Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #FF6633;
}



