*{
padding:0;
margin:0;
}
html, body{
	font-family:Arial, serif;
	font-size:12px;
	font-weight:normal;
	color:#CCC;	
	height: 100%;
}

body {
	background:#fff url(../img/tile.gif);
}

a {
	color:#666;
	text-decoration:underline;
}


/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	width:100%;
}

/* end hide */

