/* hide from ie on mac \*/

html {
    color: #fff;
    background-color: #000;
}

a {
    color: #fff;
}

html.hasflash {
	height: 750px;
	overflow-y: scroll;
    margin-bottom: 1px;
}

.hasflash #flashcontent {
	height: 750px;
}
/* end hide */

.hasflash body {
	height: 750px;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#footer {
    text-align: center;
    color: #666;
    font-size: 11px;
    padding: 0 0 20px 0;
}

#footer a {
    color: #666;
}