/* hide from ie on mac \*/
html {
	height: 100%;
}
#flashcontent {
	height: 768px;
}
/* end hide */

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #aa213e;
    font: 76% Arial, sans-serif;
	color: #FFFFFF;
}
a {
    font: 76% Arial, sans-serif;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
    font: 76% Arial, sans-serif;
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}
