* {
    margin: 0;
    padding: 0;
	border:none;
}

body {

    background: #fff;
	color:#000;
	overflow-x:hidden;
	
}


/* hide from ie on mac \*/
html {
	width: 998px;
	margin: 0 auto;
}

#flashcontent {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -325px 499px 325px -499px;
	width: 998px;
	height: 650px;	
	float:left;
}

div#content {
	font-family:arial;
	font-size:13px;
}

h1 {
	margin: 50px 0 20px 0;
	text-indent: -9000em;
	background: url('../images/casall_black_logo_small.png') 0 0 no-repeat;
	width: 133px;
	height: 40px;
}

/* end hide */